-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
add __directive meta field parallel to __type #1114
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for graphql-spec-draft ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thanks @benjie Co-authored-by: Benjie <[email protected]>
as we haven't yet introduced the schema so nullable types might be confusing
Implemented by graphql/graphql-js#4203 |
I've not reviewed if these spec changes are sufficient, but I'm supportive of the aim 👍 |
This was discussed at the November 2024 WG => this small change prompted an interesting discussion about "The Future of Introspection." To my understanding, @leebyron 's feedback: Perhaps This general change might unlock general __schema(includeDeprecated: true) { ... } that would apply to all nested fields. As this change is not a "must-have" it will probably be paused to make sure it fits into whatever introspection future is planned. We do not have to actually implement that entire new future to move forward with this small feature change, but we have to make sure that this smaller change aligns with the plan. |
Use case: inquiring about specific directives such as
@defer
and@stream