Skip to content

Commit a5dd7ec

Browse files
committed
Merge pull request #17 from jeyraof/patch-1
Make identically brackets
2 parents 28a958e + 986cba8 commit a5dd7ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Section 2 -- Language.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,7 @@ For example, if we wanted to fetch some common information about mutual friends
300300
as well as friends of some user:
301301

302302
```graphql
303-
query noFragments
304-
{
303+
query noFragments {
305304
user(id: 4) {
306305
friends(first: 10) {
307306
id
@@ -381,8 +380,7 @@ it is operating on matches the type of the fragment.
381380
For example in this query on the Facebook data model:
382381

383382
```graphql
384-
query FragmentTyping
385-
{
383+
query FragmentTyping {
386384
profiles(handles: ["zuck", "cocacola"]) {
387385
handle
388386
...userFragment

0 commit comments

Comments
 (0)