prisma-labs / http-link-dataloader

📚📡 HTTP Apollo Link with batching & caching provided by dataloader.
MIT License
77 stars 14 forks source link

forward maxBatchSize option to dataloader #20

Closed himynameissebbo closed 5 years ago

himynameissebbo commented 5 years ago

In order to adjust the size of the request we want to forward the maxBatchSize option (see https://github.com/graphql/dataloader#api) to the DataLoader. Currently only cache is passed.

With this PR maxBatchSize is forwarded as well.

saerdnaer commented 5 years ago

@schickling Would it be possible to also publish a new release to https://www.npmjs.com/package/http-link-dataloader? Thanks in advance!