@@ -216,10 +216,6 @@ system definition language can omit the schema definition when the {`query`},
216
216
{`mutation `}, and {`subscription `} root types are named {"Query" }, {"Mutation" },
217
217
and {"Subscription" } respectively .
218
218
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
-
223
219
This example describes a valid complete GraphQL schema , despite not explicitly
224
220
including a {`schema`} definition . The {"Query" } type is presumed to be the
225
221
{`query `} root operation type of the schema .
@@ -854,8 +850,9 @@ Produces the ordered result:
854
850
855
851
**Result Coercion **
856
852
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.
859
856
860
857
**Input Coercion**
861
858
@@ -1768,8 +1765,9 @@ Non-Null type is that result. If that result was {null}, then a field error must
1768
1765
be raised .
1769
1766
1770
1767
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.
1773
1771
1774
1772
**Input Coercion**
1775
1773
0 commit comments