We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3516ca1 commit f306736Copy full SHA for f306736
spec/Section 5 -- Validation.md
@@ -586,6 +586,7 @@ fragment commandFragment($command: DogCommand!) on Dog {
586
587
fragment potentiallyConflictingArguments(
588
$commandOne: DogCommand!
589
+ $commandTwo: DogCommand!
590
) on Dog {
591
...commandFragment(command: $commandOne)
592
...commandFragment(command: $commandTwo)
0 commit comments