Skip to content

Commit a5da8bb

Browse files
authored
ID must always serialize as String would (graphql#1086)
1 parent 0ba7cdf commit a5da8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ other input values must raise a _request error_ indicating an incorrect type.
613613
The ID scalar type represents a unique identifier, often used to refetch an
614614
object or as the key for a cache. The ID type is serialized in the same way as a
615615
{String}; however, it is not intended to be human-readable. While it is often
616-
numeric, it should always serialize as a {String}.
616+
numeric, it must always serialize as a {String}.
617617

618618
**Result Coercion**
619619

0 commit comments

Comments
 (0)