Skip to content

Commit

Permalink
Ensure variables are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored May 17, 2024
1 parent 5c21c4d commit dc25c04
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 dc25c04

Please sign in to comment.