Skip to content

Commit 171aea4

Browse files
committed
update readme
1 parent a741e98 commit 171aea4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# http-link-dataloader
22

3+
📚📡 HTTP Apollo Link with batching & caching provided by dataloader.
4+
5+
## Idea
6+
37
A Apollo Link that batches requests both in Node and the Browser.
48
You may ask what's the difference to [apollo-link-batch-http](https://github.com/apollographql/apollo-link/tree/master/packages/apollo-link-batch-http).
59
Instead of having a time-frame/fixed cache size based batching approach like in `apollo-link-batch-http`, this library uses [dataloader](https://github.com/facebook/dataloader) for batching requests. It is a more generic approach just depending on the Node.JS event loop that batches all consecutive queries directly.

0 commit comments

Comments
 (0)