Skip to content

Commit df27219

Browse files
committed
unset instead of null
1 parent f5b3061 commit df27219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 5 -- Validation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1658,8 +1658,8 @@ Fragment-defined variables are scoped locally to the fragment that defines them,
16581658
and override any operation-defined variable values, so there is never ambiguity
16591659
about which value to use. In this case, the value of the argument `atOtherHomes`
16601660
within `HouseTrainedFragment` will be the operation-set value, and within
1661-
`HouseTrainedDog` will resolve to `null`, as the argument is not set by the
1662-
fragment spread in the query `C`.
1661+
`HouseTrainedDog` will default to being unset (unless a default-value applies),
1662+
as the argument is not set by the fragment spread in the query `C`.
16631663

16641664
### Variables Are Input Types
16651665

0 commit comments

Comments
 (0)