-
-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
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
Allow deprecation of input values (arguments and input fields) #110
Comments
While it makes sense for me, but deprecation is not described for input object types in GraphQL specs (or reference implementation). So I guess this question should be first raised in spec repo. I'll close it for now, but will track specs / reference implementation updates in this regard. |
There is a PR that was created 9 days ago to handle deprecation of input fields. |
@vladar I think this should be reopened now: graphql/graphql-spec#525 |
This should be a great first PR, a relatively straightforward port of graphql/graphql-js#2733. Any takers?
|
Thank you @TaProhm, released with https://github.com/webonyx/graphql-php/releases/tag/v15.4.0. |
I haven't find anything about it in gql specs. Am I missing something?
doesn't print deprecation reason vs
Thanks!
The text was updated successfully, but these errors were encountered: