Skip to content

Commit 4b9836d

Browse files
committed
add dataloader link
1 parent c8dcdd3 commit 4b9836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/resolver-anatomy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ authentication data or database connections, in the `context` object rather
130130
than passing it manually between resolvers.
131131
- Prefer batching over nested requests. For fields that trigger multiple
132132
database or API calls, use batching strategies to minimize round trips and
133-
improve performance.
133+
improve performance. A common solution for batching in GraphQL is [dataloader](https://github.com/graphql/dataloader).
134134
- Keep resolvers simple. Aim for resolvers to be small, composable functions
135135
that are easy to read, test, and reuse.
136136

0 commit comments

Comments
 (0)