Skip to content

Commit

Permalink
Ensure variables are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent 3516ca1 commit f306736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ fragment commandFragment($command: DogCommand!) on Dog {

fragment potentiallyConflictingArguments(
$commandOne: DogCommand!
$commandTwo: DogCommand!
) on Dog {
...commandFragment(command: $commandOne)
...commandFragment(command: $commandTwo)
Expand Down

0 comments on commit f306736

Please sign in to comment.