Skip to content

Commit

Permalink
formatting followup
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jul 15, 2015
1 parent 188cb06 commit 32f7357
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Section 2 -- Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,12 @@ a parent fragment or query.
```graphql
query withFragments {
user(id: 4) {
friends(first: 10) { ...friendFields }
mutualFriends(first: 10) { ...friendFields }
friends(first: 10) {
...friendFields
}
mutualFriends(first: 10) {
...friendFields
}
}
}

Expand Down

0 comments on commit 32f7357

Please sign in to comment.