Skip to content

Commit a3087c2

Browse files
grantwwuIvanGoncharov
authored andcommitted
Remove contradictory language (#535)
It is contradictory to state that a server "may omit any of the built-in scalars" and then state that it MUST NOT include a built-in scalar if it doesn't use it.
1 parent 6b19129 commit a3087c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ scalar Url
349349
```
350350

351351
A server may omit any of the built-in scalars from its schema, for example if a
352-
schema does not refer to a floating-point number, then it must not include the
352+
schema does not refer to a floating-point number, then it may omit the
353353
`Float` type. However, if a schema includes a type with the name of one of the
354354
types described here, it must adhere to the behavior described. As an example,
355355
a server must not include a type called `Int` and use it to represent

0 commit comments

Comments
 (0)