Skip to content

Commit

Permalink
Merge pull request #1572 from talhaguy/dataloaders-doc-casing
Browse files Browse the repository at this point in the history
Correct minor casing issue
  • Loading branch information
mtibben committed Jul 28, 2021
2 parents 5ad012e + 3e45ddc commit 88f2b8a
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 @@ -157,7 +157,7 @@ func (r *todoResolver) UserLoader(ctx context.Context, obj *model.Todo) (*model.
}
```

The end result? just 2 queries!
The end result? Just 2 queries!
```sql
SELECT id, todo, user_id FROM todo
SELECT id, name from user WHERE id IN (?,?,?,?,?)
Expand Down

0 comments on commit 88f2b8a

Please sign in to comment.