Skip to content

Commit d61cdc3

Browse files
committed
formatting
1 parent 2d60b33 commit d61cdc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/Section 3 -- Type System.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,17 +2182,17 @@ _schema element_ within a GraphQL Schema.
21822182
field, enum value, field argument, directive, or directive argument.
21832183

21842184
A _schema coordinate_ is always unique. Each _schema element_ may be referenced
2185-
by exactly one possible schema coordinate. There is a bidirectional 1:1 mapping.
2185+
by exactly one possible schema coordinate.
21862186

21872187
A _schema coordinate_ may refer to either a defined or built-in _schema
21882188
element_. For example, `String` and `@deprecated(reason:)` are both valid schema
21892189
coordinates which refer to built-in schema elements. However it must not refer
21902190
to a meta-field. For example, `Business.__typename` is _not_ a valid schema
21912191
coordinate.
21922192

2193-
Note: Unions members are not valid schema coordinates since they are references
2194-
to existing types in the schema. This preserves the 1:1 mapping property of
2195-
schema coordinates as stated above.
2193+
Note: A union member is not a valid _schema coordinate_ as they reference
2194+
existing types in the schema. This preserves the uniqueness property of a
2195+
_schema coordinate_ as stated above.
21962196

21972197
Note: A {SchemaCoordinate} is not a definition within a GraphQL {Document}, but
21982198
a separate standalone grammar, intended to be used by tools to reference types,

0 commit comments

Comments
 (0)