Open
Description
The latest GraphQL spec includes TypeSystemDirective
(directives that annotate the type system) alongside the ExecutableDirective
(directives that annotate query execution)
https://spec.graphql.org/draft/#TypeSystemDirectiveLocation
Absinthe has full support for ExecutableDirective
s, but only partial support for TypeSystemDirective
s