We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
repeatable
1 parent 477919e commit 71ccd58Copy full SHA for 71ccd58
spec/Section 3 -- Type System.md
@@ -1660,8 +1660,8 @@ fragment SomeFragment on SomeType {
1660
}
1661
```
1662
1663
-A directive may be defined as repeatable per location with the `repeatable` keyword.
1664
-Repeatable directives often useful when the same directive should be used with
+A directive may be defined as repeatable at any permitted location with the `repeatable`
+keyword. Repeatable directives often useful when the same directive should be used with
1665
different arguments at the one location, especially in cases where additional information
1666
need to be provided in a form of directive via a type or a schema extension:
1667
0 commit comments