Skip to content

Commit 89c367a

Browse files
martinbonninbenjie
andauthored
Update spec/Appendix C -- Built-in Definitions.md
Co-authored-by: Benjie <[email protected]>
1 parent 8f5caad commit 89c367a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Appendix C -- Built-in Definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ additional information to the executor.
258258
type __Directive {
259259
name: String!
260260
description: String
261-
isRepeatable: Boolean!
262261
locations: [__DirectiveLocation!]!
263262
args(includeDeprecated: Boolean = false): [__InputValue!]!
263+
isRepeatable: Boolean!
264264
}
265265

266266
"""

0 commit comments

Comments
 (0)