Skip to content

Commit

Permalink
unset instead of null
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent f5b3061 commit df27219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1658,8 +1658,8 @@ Fragment-defined variables are scoped locally to the fragment that defines them,
and override any operation-defined variable values, so there is never ambiguity
about which value to use. In this case, the value of the argument `atOtherHomes`
within `HouseTrainedFragment` will be the operation-set value, and within
`HouseTrainedDog` will resolve to `null`, as the argument is not set by the
fragment spread in the query `C`.
`HouseTrainedDog` will default to being unset (unless a default-value applies),
as the argument is not set by the fragment spread in the query `C`.

### Variables Are Input Types

Expand Down

0 comments on commit df27219

Please sign in to comment.