Skip to content

Commit 32f7357

Browse files
committed
formatting followup
1 parent 188cb06 commit 32f7357

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Section 2 -- Language.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,12 @@ a parent fragment or query.
322322
```graphql
323323
query withFragments {
324324
user(id: 4) {
325-
friends(first: 10) { ...friendFields }
326-
mutualFriends(first: 10) { ...friendFields }
325+
friends(first: 10) {
326+
...friendFields
327+
}
328+
mutualFriends(first: 10) {
329+
...friendFields
330+
}
327331
}
328332
}
329333

0 commit comments

Comments
 (0)