File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/plugin-dataloader
website/content/docs/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ const User = builder.loadableObject('User', {
384384});
385385```
386386
387- Whenever a resolver returns a User or list of Users, those objects will automatically be added the
387+ Whenever a resolver returns a User or list of Users, those objects will automatically be added to the
388388dataloaders cache, so they can be re-used in other parts of the query.
389389
390390### Sorting results from your ` load ` function
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ const User = builder.loadableObject('User', {
465465});
466466```
467467
468- Whenever a resolver returns a User or list of Users, those objects will automatically be added the
468+ Whenever a resolver returns a User or list of Users, those objects will automatically be added to the
469469dataloaders cache, so they can be re-used in other parts of the query.
470470
471471### Sorting results from your ` load ` function
You can’t perform that action at this time.
0 commit comments