Skip to content

Commit 97c6b3c

Browse files
authored
Update Section 3 -- Type System.md
1 parent 413b1fb commit 97c6b3c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

spec/Section 3 -- Type System.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@ system definition language can omit the schema definition when the {`query`},
216216
{`mutation`}, and {`subscription`} root types are named {"Query"}, {"Mutation"},
217217
and {"Subscription"} respectively.
218218

219-
Likewise, when representing a GraphQL schema using the type system definition
220-
language, a schema definition should be omitted if it only uses the default root
221-
operation type names.
222-
223219
This example describes a valid complete GraphQL schema, despite not explicitly
224220
including a {`schema`} definition. The {"Query"} type is presumed to be the
225221
{`query`} root operation type of the schema.
@@ -854,8 +850,9 @@ Produces the ordered result:
854850

855851
**Result Coercion**
856852

857-
Determining the result of coercing an object is the heart of the GraphQL
858-
executor, so this is covered in that section of the spec.
853+
Determining the result of coercing an object is a part of the GraphQL request execution,
854+
so this is covered in the [Coercing Results](#sec-Value-Completion.Coercing-Results)
855+
section within the Execution section.
859856

860857
**Input Coercion**
861858

@@ -1768,8 +1765,9 @@ Non-Null type is that result. If that result was {null}, then a field error must
17681765
be raised.
17691766

17701767
Note: When a field error is raised on a non-null value, the error propagates to
1771-
the parent field. For more information on this process, see "Errors and
1772-
Non-Nullability" within the Execution section.
1768+
the parent field. For more information on this process, see
1769+
[Errors and Non-Null Fields](#sec-Executing-Selection-Sets.Errors-and-Non-Null-Fields)
1770+
within the Execution section.
17731771

17741772
**Input Coercion**
17751773

0 commit comments

Comments
 (0)