-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add subgraph compatibility check #2234
add subgraph compatibility check #2234
Conversation
@paulpdaniels disregard my review, only just realised the PR is still in draft 🤦 |
d736cfa
to
1345a3c
Compare
You can mention it resolves #1730 |
39bcee6
to
358b0c5
Compare
c1aeca6
to
cc709ce
Compare
@ghostdogpr @kyri-petrou ready for re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty cool! Not only can we use this for compatibility check, but it's also a good demo project for using Federation with Caliban. I think we should even add it to the docs 😄
Co-authored-by: Pierre Ricadat <[email protected]>
Adding the subgraph compatibility check that should allow PRs to be check for breaking changes to federation.
Resolves #1730