Skip to content

Commit

Permalink
Merge pull request #1181 from tmc/patch-1
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
mtibben committed May 12, 2020
2 parents 0a40481 + 0921915 commit 3f7f60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ query findTodos {
}
```

### Dont eagarly fetch the user
### Dont eagerly fetch the user

This example is great, but in the real world fetching most objects is expensive. We dont want to load the User on the
todo unless the user actually asked for it. So lets replace the generated `Todo` model with something slightly more
Expand Down

0 comments on commit 3f7f60b

Please sign in to comment.