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
Created the schema with the new federation spec.
extend schema @link( url: "https://specs.apollo.dev/federation/v2.6", import: [ "@key", "@policy" ] ) ... ... type Customer { ... last4ssn: String! @policy(policies: "testPolicy") ... } ... ...
When I executed the generate command it failed with the below error.
failed to load schema: graph/customer.graphqls:21: Undefined directive policy.
go run github.com/99designs/gqlgen version
go version
The text was updated successfully, but these errors were encountered:
Should be resolved by #2876. It's not released yet but hopefully this week.
Sorry, something went wrong.
Released in https://github.com/99designs/gqlgen/releases/tag/v0.17.44
No branches or pull requests
What happened?
Created the schema with the new federation spec.
When I executed the generate command it failed with the below error.
versions
go run github.com/99designs/gqlgen version
?v0.17.43
go version
?go1.21.6 darwin/arm64
The text was updated successfully, but these errors were encountered: