We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972f2cb commit 996e622Copy full SHA for 996e622
1 file changed
spec/Section 3 -- Type System.md
@@ -1607,7 +1607,7 @@ Expected Type | Internal Value | Coerced Result
1607
1608
## Directives
1609
1610
-DirectiveDefinition : Description? directive @ Name ArgumentsDefinition? on DirectiveLocations
+DirectiveDefinition : Description? directive @ Name ArgumentsDefinition? on DirectiveLocations Directives[Const]?
1611
1612
DirectiveLocations :
1613
- `|`? DirectiveLocation
@@ -1639,6 +1639,7 @@ TypeSystemDirectiveLocation : one of
1639
`ENUM_VALUE`
1640
`INPUT_OBJECT`
1641
`INPUT_FIELD_DEFINITION`
1642
+ `DIRECTIVE_DEFINITION`
1643
1644
A GraphQL schema describes directives which are used to annotate various parts
1645
of a GraphQL document as an indicator that they should be evaluated differently
0 commit comments