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
with the latest version serving a graphql server might lead to an error showing up like
Error: Entity.someField defined in resolvers, but not in schema
so in 12.2.0 you get the error in 12.0.2 it is all good and also correct since most of the time it is a field in that entity type.
Maybe it is introduced by some dependency upgrade or maybe straight from nestjs/graphql
null
fields should be correctly regognized as defined in resolver and schema
12.2.0
graphql: 16.8.0
graphql
No response
The text was updated successfully, but these errors were encountered:
Please provide a minimum reproduction repository (Git repository/StackBlitz/CodeSandbox project).
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current behavior
with the latest version serving a graphql server might lead to an error showing up like
so in 12.2.0 you get the error
in 12.0.2 it is all good and also correct since most of the time it is a field in that entity type.
Maybe it is introduced by some dependency upgrade or maybe straight from nestjs/graphql
Minimum reproduction code
null
Steps to reproduce
Expected behavior
fields should be correctly regognized as defined in resolver and schema
Package version
12.2.0
Graphql version
graphql
: 16.8.0NestJS version
No response
Node.js version
No response
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: