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
The GraphQL spec finally allows using the @deprecated directive on field args, directive args and input fields (see graphql/graphql-spec#805)
@deprecated
It would be nice to support this in Graphene using the established deprecated_reason='....' kwarg to the respective constructors.
deprecated_reason='....'
The text was updated successfully, but these errors were encountered:
Sounds like a great addition!
TODOS for this:
If someone is willing to work on a PR I'd be happy to assist and review!
Sorry, something went wrong.
@erikwrede Hi Erik. Is this issue still relevant? I'd like to give it a try
@vhutov Yes this is still relevant. Sounds great! Feel free to tag me when you need a review 🙂
Will be released in 3.1.2, thanks to @vhutov! 🎉
3.1.2
No branches or pull requests
The GraphQL spec finally allows using the
@deprecated
directive on field args, directive args and input fields (see graphql/graphql-spec#805)It would be nice to support this in Graphene using the established
deprecated_reason='....'
kwarg to the respective constructors.The text was updated successfully, but these errors were encountered: