@graphql-tools/federation@2.1.4
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