Skip to content

Commit e5f8fb2

Browse files
committed
use the exact example
1 parent a044f88 commit e5f8fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ To batch together calls to this function by field, `graphql-resolve-batch` defer
175175

176176
The implementation is very similar to the `dataloader` implementation. Except `graphql-resolve-batch` takes a more opionated approach to how batching should be implemented in GraphQL whereas `dataloader` is less opionated in how it batches executions together.
177177

178-
To see how to optimize the above query with a batch resolver, be sure to check out the [**`./examples` directory**][].
178+
To see how to optimize the above query with a batch resolver, be sure to check out the [**GraphQL.js example**][].
179179

180-
[**`./examples` directory**]: https://github.com/calebmer/graphql-resolve-batch/tree/master/examples
180+
[**`./examples` directory**]: https://github.com/calebmer/graphql-resolve-batch/blob/master/examples/graphql.js
181181

182182
## When do I use `dataloader` and when do I use `graphql-resolve-batch`?
183183

0 commit comments

Comments
 (0)