Skip to content

fix(federation): Federation errors should not return invalid locations #95

fix(federation): Federation errors should not return invalid locations

fix(federation): Federation errors should not return invalid locations #95

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 }}