Skip to content

Commit

Permalink
Merge pull request 99designs#1181 from tmc/patch-1
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
mtibben authored May 12, 2020
2 parents 0e230ee + 7feb660 commit 457263d
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 457263d

Please sign in to comment.