Skip to content

Commit

Permalink
added a missing close bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
saint1991 authored May 23, 2019
1 parent 1617ff2 commit 9c1f8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/dataloaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fix it.
Imagine if you had a simple query like this:

```graphql
query { todos { users { name } }
query { todos { users { name } } }
```

and our todo.user resolver looks like this:
Expand Down

0 comments on commit 9c1f8f2

Please sign in to comment.