Skip to content

Commit 6adfbee

Browse files
committed
manual tweaking
1 parent 275bf54 commit 6adfbee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ type __Type {
126126
enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
127127
inputFields(includeDeprecated: Boolean = false): [__InputValue!]
128128
ofType: __Type
129-
isOneOf: Boolean
130129
}
131130

132131
"""
@@ -269,11 +268,6 @@ enum __DirectiveLocation {
269268
"""
270269
VARIABLE_DEFINITION
271270

272-
"""
273-
Location adjacent to a fragment variable definition.
274-
"""
275-
FRAGMENT_VARIABLE_DEFINITION
276-
277271
"""
278272
Location adjacent to a schema definition.
279273
"""

0 commit comments

Comments
 (0)