Skip to content

Question: GraphQL calls are failing after upgrade to Spring boot 4 which include spring graphql 2.0.1 #1901

Question: GraphQL calls are failing after upgrade to Spring boot 4 which include spring graphql 2.0.1

Question: GraphQL calls are failing after upgrade to Spring boot 4 which include spring graphql 2.0.1 #1901

Workflow file for this run

name: Backport Bot
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
push:
branches:
- '*.x'
permissions:
contents: read
jobs:
build:
permissions:
contents: read
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Create Backport Issue
uses: spring-io/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}