File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1660,10 +1660,10 @@ fragment SomeFragment on SomeType {
16601660}
16611661```
16621662
1663- A directive may be defined as repeatable at any permitted location with the ` repeatable `
1664- 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:
1663+ A directive may be defined as repeatable at any permitted location with the ` repeatable `
1664+ keyword. Repeatable directives are often useful when the same directive should be used with
1665+ different arguments at a single location, especially in cases where additional information
1666+ needs to be provided to a type or schema extension via a directive :
16671667
16681668``` graphql example
16691669directive @delegateField (name : String ! ) repeatable on OBJECT | INTERFACE
Original file line number Diff line number Diff line change @@ -418,4 +418,4 @@ Fields
418418 locations this directive may be placed .
419419* `args ` returns a List of `__InputValue ` representing the arguments this
420420 directive accepts .
421- * `isRepeatable ` must return a Boolean which permits using the directive multiple times at the same location .
421+ * `isRepeatable ` must return a Boolean that indicates if the directive may be used repeatedly at a single location .
You can’t perform that action at this time.
0 commit comments