Skip to content

Commit 19d3ba0

Browse files
authored
Merge pull request #8 from ksrb/directivesFix
Add `ENUM_VALUE` to supported directive locations
2 parents c2fab69 + db7dcdf commit 19d3ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tools/directives/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Support for directives is currently limited to the following locations:
6767
* `INTERFACE`
6868
* `UNION`
6969
* `ENUM`
70+
* `ENUM_VALUE`
7071
* `INPUT_OBJECT`
7172
* `INPUT_FIELD_DEFINITION`
7273

7374
Meaning directives for the following locations are currently not yet supported:
7475

7576
* `SCALAR`
76-
* `ENUM_VALUE`

0 commit comments

Comments
 (0)