Skip to content

Commit

Permalink
Merge pull request #1072 from wtask/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in sql example
  • Loading branch information
vektah authored Mar 1, 2020
2 parents 24400c9 + f0ebc0d commit 9d7648a
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 @@ -39,7 +39,7 @@ work with whatever your favourite ORM is.

The query executor will call the Query.Todos resolver which does a `select * from todo` and
return N todos. Then for each of the todos, concurrently, call the Todo_user resolver,
`SELECT from USER where id = todo.id`.
`SELECT from USER where id = todo.user_id`.


eg:
Expand Down

0 comments on commit 9d7648a

Please sign in to comment.