We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaa45b commit a045f14Copy full SHA for a045f14
spec/Section 3 -- Type System.md
@@ -1654,9 +1654,9 @@ is constructed with the following rules:
1654
1655
- If a variable is provided for an input object field:
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.
+ - If the _coerced runtime value_ of that variable exists (including {null})
+ then it must be used. If the coerced runtime value is {null} and the field
+ type is non-null, a _field error_ must be raised.
1660
1661
- If the _coerced runtime value_ of that variable does not exist then the
1662
input object field definition's default value must be used. If no default
0 commit comments