Closed himynameissebbo closed 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.
maxBatchSize
DataLoader
cache
With this PR maxBatchSize is forwarded as well.
@schickling Would it be possible to also publish a new release to https://www.npmjs.com/package/http-link-dataloader? Thanks in advance!
In order to adjust the size of the request we want to forward the
maxBatchSize
option (see https://github.com/graphql/dataloader#api) to theDataLoader
. Currently onlycache
is passed.With this PR
maxBatchSize
is forwarded as well.