github ardatan/graphql-tools release-1721732823157
July 23, 2024

latest releases: release-1767748441422, graphql-tools@9.0.26, @graphql-tools/utils@11.0.0...
18 months ago

@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

Don't miss a new graphql-tools release

NewReleases is sending notifications on new releases.