Directives Are Defined
Formal Specification
- For every directive in a document.
- Let directiveName be the name of directive .
- Let directiveDefinition be the directive named directiveName .
- directiveDefinition must exist.
Explanatory Text
GraphQL servers define what directives they support. For each usage of a directive, the directive must be available on that server.