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
In the draft spec, the @deprecated directive can now be also used on arguments and input fields.
@deprecated
Draft:
directive @deprecated( reason: String = "No longer supported" ) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
vs last spec from October 2021:
directive @deprecated( reason: String = "No longer supported" ) on FIELD_DEFINITION | ENUM_VALUE
RFC
The text was updated successfully, but these errors were encountered:
Support @deprecated on argument and input field
4928174
Fixes #982
12765c3
Fixed by #1063
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In the draft spec, the
@deprecated
directive can now be also used on arguments and input fields.Draft:
vs last spec from October 2021:
RFC
The text was updated successfully, but these errors were encountered: