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
@InputType
Adding a @InputType field a deprecationReason option does not apply and it is missing in the generated schema.
deprecationReason
https://github.com/dersar00/nest-gql-input-type-bug
No response
The @InputType field works the same as the @ObjectType and can be deprecated.
@ObjectType
10.0.16
graphql: 15.5.1 apollo-server-express: 3.3.0
graphql
apollo-server-express
8.2.3
16.13.1
The text was updated successfully, but these errors were encountered:
graphql/graphql-spec#197
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current behavior
Adding a
@InputType
field adeprecationReason
option does not apply and it is missing in the generated schema.Minimum reproduction code
https://github.com/dersar00/nest-gql-input-type-bug
Steps to reproduce
No response
Expected behavior
The
@InputType
field works the same as the@ObjectType
and can be deprecated.Package version
10.0.16
Graphql version
graphql
: 15.5.1apollo-server-express
: 3.3.0NestJS version
8.2.3
Node.js version
16.13.1
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: