Skip to content

Commit 8f5caad

Browse files
martinbonninBoD
andauthored
Update spec/Appendix C -- Built-in Definitions.md
Co-authored-by: Benoit 'BoD' Lubek <[email protected]>
1 parent a2bbab1 commit 8f5caad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,31 +132,31 @@ type __Type {
132132
name: String
133133
description: String
134134
"""
135-
must be non-null for OBJECT and INTERFACE, otherwise null.
135+
Must be non-null for OBJECT and INTERFACE, otherwise null.
136136
"""
137137
fields(includeDeprecated: Boolean = false): [__Field!]
138138
"""
139-
must be non-null for OBJECT and INTERFACE, otherwise null.
139+
Must be non-null for OBJECT and INTERFACE, otherwise null.
140140
"""
141141
interfaces: [__Type!]
142142
"""
143-
must be non-null for INTERFACE and UNION, otherwise null.
143+
Must be non-null for INTERFACE and UNION, otherwise null.
144144
"""
145145
possibleTypes: [__Type!]
146146
"""
147-
must be non-null for ENUM, otherwise null.
147+
Must be non-null for ENUM, otherwise null.
148148
"""
149149
enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
150150
"""
151-
must be non-null for INPUT_OBJECT, otherwise null.
151+
Must be non-null for INPUT_OBJECT, otherwise null.
152152
"""
153153
inputFields(includeDeprecated: Boolean = false): [__InputValue!]
154154
"""
155-
must be non-null for NON_NULL and LIST, otherwise null.
155+
Must be non-null for NON_NULL and LIST, otherwise null.
156156
"""
157157
ofType: __Type
158158
"""
159-
may be non-null for custom SCALAR, otherwise null.
159+
May be non-null for custom SCALAR, otherwise null.
160160
"""
161161
specifiedByURL: String
162162
}

0 commit comments

Comments
 (0)