We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
repeatable
1 parent 218e0da commit 477919eCopy full SHA for 477919e
1 file changed
spec/Section 3 -- Type System.md
@@ -1660,7 +1660,10 @@ fragment SomeFragment on SomeType {
1660
}
1661
```
1662
1663
-Directive may be defined as repeatable per location with the `repeatable` keyword:
+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
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
1668
```graphql example
1669
directive @delegateField(name: String!) repeatable on OBJECT | INTERFACE
0 commit comments