@@ -1699,9 +1699,9 @@ is constructed with the following rules:
1699
1699
1700
1700
- If a variable is provided for an input object field , the runtime value of that
1701
1701
variable must be used . If the runtime value is {null } and the field type is
1702
- non -null , a _request error_ must be raised . If no runtime value is provided ,
1703
- the variable definition 's default value should be used . If the variable
1704
- definition does not provide a default value , the input object field
1702
+ non -null , an _execution error_ must be raised . If no runtime value is
1703
+ provided , the variable definition 's default value should be used . If the
1704
+ variable definition does not provide a default value , the input object field
1705
1705
definition 's default value should be used .
1706
1706
1707
1707
Further , if the input object is a _OneOf Input Object_ , the following additional
@@ -1712,7 +1712,7 @@ rules apply:
1712
1712
the {null } literal , otherwise a _request error_ must be raised .
1713
1713
1714
1714
- The map resulting from the input coercion rules above must contain exactly one
1715
- entry and the value for that entry must not be {null }, otherwise a _request
1715
+ entry and the value for that entry must not be {null }, otherwise an _execution
1716
1716
error_ must be raised .
1717
1717
1718
1718
Following are examples of input coercion for an input object type with a
0 commit comments