Skip to content

Commit 71ccd58

Browse files
committed
Improved repeatable directive description
1 parent 477919e commit 71ccd58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,8 +1660,8 @@ fragment SomeFragment on SomeType {
16601660
}
16611661
```
16621662

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
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
16651665
different arguments at the one location, especially in cases where additional information
16661666
need to be provided in a form of directive via a type or a schema extension:
16671667

0 commit comments

Comments
 (0)