Skip to content

Commit 1ee42ce

Browse files
matprecleebyron
authored andcommitted
Change values of x, y in example 121 (#468)
* Change values of x, y in example 121 Otherwise, the example would be incorrect because the fields are not mergable. * Remove spurious edit
1 parent 8ee3cc7 commit 1ee42ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ fragment multipleArgs on Arguments {
697697
}
698698

699699
fragment multipleArgsReverseOrder on Arguments {
700-
multipleReqs(y: 1, x: 2)
700+
multipleReqs(y: 2, x: 1)
701701
}
702702
```
703703

0 commit comments

Comments
 (0)