Skip to content

graphql java 22 update #76

graphql java 22 update

graphql java 22 update #76

name: Pull Request Federation Check
on:
pull_request:
branches:
- master
paths:
- 'generator/graphql-kotlin-federation/**'
- 'integration/federation-compatibility/**'
jobs:
federation-integration:
permissions:
pull-requests: write
uses: ./.github/workflows/federation-integration.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}