July 23, 2024
theguild-bot
released this
23 Jul 11:07
·
272 commits
to master
since this release
@graphql-tools/[email protected]
Patch Changes
-
167b47c
Thanks @ardatan! - New options to configure query batching and
batched delegation{ batchingOptions: { dataLoaderOptions: { maxBatchSize: 10, // Limits the query batching } }, batchDelegateOptions: { maxBatchSize: 10, // Limits the batch delegation } }
Learn more about these here;
Batch Delegation
Query Batching