Skip to content

July 23, 2024

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 23 Jul 11:07
· 172 commits to master since this release
ad8d4f4

@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