-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix includeDeprecated arg type in "Appendix D"
#1192
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
Conversation
✅ Deploy Preview for graphql-spec-draft ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
I believe Appendix D is produced by graphql.js, so this suggests that library has not caught up with this spec change. The PR should be directed there and then reflected here. |
|
@benjie nope, the #1142 references the correspondent PR in It's just not included to the |
|
At the time of writing the Appendix D. PR, I didn't find a version of graphql-js that matched exactly the spec draft so I had to tweak this manually. This must have been lost in translation somewhere. Thanks for fixing it @tyranron 🙏 |
benjie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Follows #1142
In #1142 the

includeDeprecatedarg's type was changed to non-Null, however its definition in the "Appendix D" wasn't changed, leading to confusions and misinterpretations.