-
Notifications
You must be signed in to change notification settings - Fork 527
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
Support TypeSystem Directives #1003
Comments
Can I get more details on what support is missing for |
One part of this (the SDL rendering) is accomplished in this PR: #1010 I've got more working, and will submit additional PRs. Unfortunately, I don't have much guidance since I'm figuring this out as I go, and there's probably a bit of design work with the rest of the core team to get the rest of this in place. |
One example of folks expecting Type System Directives to be available inside the resolver function: #964 |
FYI, there's a comment in ^^ that includes a bit of a workaround that would enable passing directive details via |
The latest GraphQL spec includes
TypeSystemDirective
(directives that annotate the type system) alongside theExecutableDirective
(directives that annotate query execution)https://spec.graphql.org/draft/#TypeSystemDirectiveLocation
Absinthe has full support for
ExecutableDirective
s, but only partial support forTypeSystemDirective
sThe text was updated successfully, but these errors were encountered: