Skip to content

Commit

Permalink
Change values of x, y in example 121 (#468)
Browse files Browse the repository at this point in the history
* Change values of x, y in example 121

Otherwise, the example would be incorrect because the fields are not mergable.

* Remove spurious edit
  • Loading branch information
matprec authored and leebyron committed Jun 29, 2018
1 parent 8ee3cc7 commit 1ee42ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ fragment multipleArgs on Arguments {
}

fragment multipleArgsReverseOrder on Arguments {
multipleReqs(y: 1, x: 2)
multipleReqs(y: 2, x: 1)
}
```

Expand Down

0 comments on commit 1ee42ce

Please sign in to comment.