We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275bf54 commit 6adfbeeCopy full SHA for 6adfbee
spec/Appendix C -- Built-in Definitions.md
@@ -126,7 +126,6 @@ type __Type {
126
enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
127
inputFields(includeDeprecated: Boolean = false): [__InputValue!]
128
ofType: __Type
129
- isOneOf: Boolean
130
}
131
132
"""
@@ -269,11 +268,6 @@ enum __DirectiveLocation {
269
268
270
VARIABLE_DEFINITION
271
272
- """
273
- Location adjacent to a fragment variable definition.
274
275
- FRAGMENT_VARIABLE_DEFINITION
276
-
277
278
Location adjacent to a schema definition.
279
0 commit comments