actions-marketplace-validations/Apollo Federation Subgraph Compatibility
Github Action for checking a subgraph's compatibility with a federated gateway
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 2, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/apollographql_federation-subgraph-compatibility@72e9f1248dbce8de9d831109212600ffced57fad # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| compose | Docker Compose file to start up the subgraph | yes | — |
| schema | Path to the GraphQL schema file | yes | — |
| path | GraphQL endpoint path | no | "" |
| port | GraphQL endpoint HTTP port | no | 4001 |
| debug | Debug mode with extra log info | no | false |
| token | Github Token for submitting PR comments | no | — |
| failOnWarning | Boolean flag to indicate whether any failing test should fail the script | no | false |
| failOnRequired | Boolean flag to indicate whether any failing required functionality test should fail the script | no | false |
| workingDirectory | Working directory to run the action from. Should be relative from the root of the project. | no | — |
Outputs
no outputs