We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba7cdf commit a5da8bbCopy full SHA for a5da8bb
spec/Section 3 -- Type System.md
@@ -613,7 +613,7 @@ other input values must raise a _request error_ indicating an incorrect type.
613
The ID scalar type represents a unique identifier, often used to refetch an
614
object or as the key for a cache. The ID type is serialized in the same way as a
615
{String}; however, it is not intended to be human-readable. While it is often
616
-numeric, it should always serialize as a {String}.
+numeric, it must always serialize as a {String}.
617
618
**Result Coercion**
619
0 commit comments