Skip to content

Commit 728c7d7

Browse files
magicmarkbenjie
andcommitted
Update spec/Section 3 -- Type System.md
Co-authored-by: Benjie <[email protected]>
1 parent a7fa95f commit 728c7d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spec/Section 3 -- Type System.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,6 +2285,15 @@ documentation to refer to types and fields in a schema, a lookup key that can be
22852285
used in logging tools to track how often particular fields are queried in
22862286
production.
22872287

2288+
**Lexical Analysis & Syntactic Parse of a Schema Coordinate**
2289+
2290+
The source text of a _schema coordinate_ is processed in the same way as that of
2291+
a GraphQL document, as laid out in the [Language](#sec-Language) section, with
2292+
the exception that {Ignored} tokens are disallowed. A schema coordinate must
2293+
therefore not contain whitespace, line terminators, comments, commas, or a _Byte
2294+
Order Mark_. This constraint ensures that schema coordinates are both
2295+
unambiguous and unique.
2296+
22882297
**Resolving a Schema Coordinate**
22892298

22902299
To refer to a _schema element_, a _schema coordinate_ must be interpreted in the

0 commit comments

Comments
 (0)