We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
repeatable
isRepeatable
1 parent 1ba4e19 commit 5c8c4bdCopy full SHA for 5c8c4bd
1 file changed
spec/Section 4 -- Introspection.md
@@ -187,7 +187,7 @@ type __Directive {
187
description: String
188
locations: [__DirectiveLocation!]!
189
args: [__InputValue!]!
190
- unique: Boolean!
+ isRepeatable: Boolean!
191
}
192
193
enum __DirectiveLocation {
@@ -418,4 +418,4 @@ Fields
418
locations this directive may be placed.
419
* `args` returns a List of `__InputValue` representing the arguments this
420
directive accepts.
421
-* `repeatable` must return a Boolean which permits using the directive multiple times at the same location.
+* `isRepeatable` must return a Boolean which permits using the directive multiple times at the same location.
0 commit comments