Skip to content

Commit f306736

Browse files
committed
Ensure variables are defined
1 parent 3516ca1 commit f306736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/Section 5 -- Validation.md

+1
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ fragment commandFragment($command: DogCommand!) on Dog {
586586

587587
fragment potentiallyConflictingArguments(
588588
$commandOne: DogCommand!
589+
$commandTwo: DogCommand!
589590
) on Dog {
590591
...commandFragment(command: $commandOne)
591592
...commandFragment(command: $commandTwo)

0 commit comments

Comments
 (0)