Skip to content

Commit 4898680

Browse files
authored
Update README.md
1 parent b47dd8a commit 4898680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ server.listen(port, () => {
9999
```
100100
[More complex example](https://github.com/nodkz/react-relay-network-layer/blob/master/examples/dataLoaderPerBatchRequest.js) of how you can use a single [DataLoader](https://github.com/facebook/dataloader) for all (batched) queries within a one HTTP-request.
101101

102-
If you are on Koa@2, (koa-graphql-batch)(https://github.com/mattecapu/koa-graphql-batch) provides the same functionality as `graphqlBatchHTTPWrapper` (see package docs for usage example).
102+
If you are on Koa@2, [koa-graphql-batch](https://github.com/mattecapu/koa-graphql-batch) provides the same functionality as `graphqlBatchHTTPWrapper` (see its docs for usage example).
103103

104104
#### ...on client
105105
And right after server side ready to accept batch queries, you may enable batching on the **client**:

0 commit comments

Comments
 (0)