@@ -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" },
217217and {"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-
223219This example describes a valid complete GraphQL schema , despite not explicitly
224220including 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
17681765be raised .
17691766
17701767Note : 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