Skip to content

Commit 5c8c4bd

Browse files
committed
Rename repeatableisRepeatable in the introspection
1 parent 1ba4e19 commit 5c8c4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ type __Directive {
187187
description: String
188188
locations: [__DirectiveLocation!]!
189189
args: [__InputValue!]!
190-
unique: Boolean!
190+
isRepeatable: Boolean!
191191
}
192192

193193
enum __DirectiveLocation {
@@ -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-
* `repeatable` must return a Boolean which permits using the directive multiple times at the same location.
421+
* `isRepeatable` must return a Boolean which permits using the directive multiple times at the same location.

0 commit comments

Comments
 (0)