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
GQLGen only generates one entity resolver function for an entity with 2 (or more) keys.
2 (or more) Entity resolver functions.
type Product @key(fields: "upc") @key(fields: "sku") { upc: UPC! sku: SKU! name: String }
See Apollo Documentation
gqlgen version
go version
Also, thanks for the awesome work 👍
The text was updated successfully, but these errors were encountered:
Yeah, this is a known limitation for now. We will continue to iterate, but this wont make 0.11.
Sorry, something went wrong.
It looks like this was resolved by #1723
No branches or pull requests
What happened?
GQLGen only generates one entity resolver function for an entity with 2 (or more) keys.
What did you expect?
2 (or more) Entity resolver functions.
Minimal graphql.schema and models to reproduce
See Apollo Documentation
versions
gqlgen version
?go version
?Also, thanks for the awesome work 👍
The text was updated successfully, but these errors were encountered: