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
There are several issues in federation implementation according to the Apollo Federation subgraph specification:
schema { query: CustomQuery } type Hello { name: String! } type CustomQuery { hello: Hello! }
gqlgen version
go version
The text was updated successfully, but these errors were encountered:
@StevenACoffman Please review this and help us fix it.
Sorry, something went wrong.
Fix #1834: Implement federation correctly (#1835)
3fb5fd9
* Fix federation implementation which does not conform to Apollo Federation subgraph specification * Optimize generated line breaks * Run go generate
Successfully merging a pull request may close this issue.
What happened?
There are several issues in federation implementation according to the Apollo Federation subgraph specification:
What did you expect?
Minimal graphql.schema and models to reproduce
versions
gqlgen version
0.15.1go version
1.17The text was updated successfully, but these errors were encountered: