We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to upload my schema to Apollo Studio (COMPOSITION VERSION 2.0.0), these errors occurred.
I expected the sub-graph to upload without a problem.
Any federation v2 schema should have the directives to cause this issue.
Looking at the Apollo Federation 2 Docs, it seems the gqlgen federation 2 directives are just out of date.
Updating the directives fixes the issue for me on a fork of gqlgen. shippio@68498a9
go run github.com/99designs/gqlgen version
go version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
When trying to upload my schema to Apollo Studio (COMPOSITION VERSION 2.0.0), these errors occurred.
What did you expect?
I expected the sub-graph to upload without a problem.
Minimal graphql.schema and models to reproduce
Any federation v2 schema should have the directives to cause this issue.
Looking at the Apollo Federation 2 Docs, it seems the gqlgen federation 2 directives are just out of date.
Updating the directives fixes the issue for me on a fork of gqlgen.
shippio@68498a9
versions
go run github.com/99designs/gqlgen version
v0.17.16go version
1.18.3The text was updated successfully, but these errors were encountered: