Skip to content

Commit 370cfaa

Browse files
committed
manual tweaking
1 parent 275bf54 commit 370cfaa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ directive @specifiedBy(
7373
url: String!
7474
) on SCALAR
7575

76-
"""
77-
Indicates exactly one field must be supplied and this field must not be `null`.
78-
"""
79-
directive @oneOf on INPUT_OBJECT
80-
8176
"""
8277
A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.
8378
"""
@@ -126,7 +121,6 @@ type __Type {
126121
enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
127122
inputFields(includeDeprecated: Boolean = false): [__InputValue!]
128123
ofType: __Type
129-
isOneOf: Boolean
130124
}
131125

132126
"""
@@ -269,11 +263,6 @@ enum __DirectiveLocation {
269263
"""
270264
VARIABLE_DEFINITION
271265

272-
"""
273-
Location adjacent to a fragment variable definition.
274-
"""
275-
FRAGMENT_VARIABLE_DEFINITION
276-
277266
"""
278267
Location adjacent to a schema definition.
279268
"""

0 commit comments

Comments
 (0)