File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1654,9 +1654,9 @@ is constructed with the following rules:
1654
1654
1655
1655
- If a variable is provided for an input object field :
1656
1656
1657
- - If the _coerced runtime value_ of that variable exists then it must be used .
1658
- If the coerced runtime value is {null } and the field type is non - null , a
1659
- _field error_ must be raised .
1657
+ - If the _coerced runtime value_ of that variable exists (including {null})
1658
+ then it must be used . If the coerced runtime value is {null } and the field
1659
+ type is non - null , a _field error_ must be raised .
1660
1660
1661
1661
- If the _coerced runtime value_ of that variable does not exist then the
1662
1662
input object field definition 's default value must be used . If no default
You can’t perform that action at this time.
0 commit comments