We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188cb06 commit 32f7357Copy full SHA for 32f7357
1 file changed
Section 2 -- Language.md
@@ -322,8 +322,12 @@ a parent fragment or query.
322
```graphql
323
query withFragments {
324
user(id: 4) {
325
- friends(first: 10) { ...friendFields }
326
- mutualFriends(first: 10) { ...friendFields }
+ friends(first: 10) {
+ ...friendFields
327
+ }
328
+ mutualFriends(first: 10) {
329
330
331
}
332
333
0 commit comments