Skip to content

Commit 09a8f8b

Browse files
committed
Tweak introspection language
Not all scalars will have a `specifiedBy` value so "should" was too strong.
1 parent c1b5413 commit 09a8f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 4 -- Introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ type __Type {
147147
# should be non-null for NON_NULL and LIST only, must be null for the others
148148
ofType: __Type
149149

150-
# should be non-null for SCALAR only, must be null for the others
150+
# may be non-null for SCALAR only, must be null for the others
151151
specifiedBy: String
152152
}
153153

0 commit comments

Comments
 (0)