WunderGraph Cosmo Schema Check
When operating a federated GraphQL API with WunderGraph Cosmo, it is crucial to ensure that all subgraphs are compatible with the rest of the graph.
This workflow runs for every pull request which targets the main
branch. It checks the schema of the subgraph against the composed schema of the federated graph to ensure compatibility. If the schema is incompatible, the pull request will be blocked until the schema is fixed.
Install
curl -s https://getactions.dev/ci/wundergraph-cosmo-schema-check | sh
Should this workflow not align perfectly with your requirements, don't hesitate! We'd love to add your workflow.
Searching for a specific workflow, but can't find it?