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

latest releases: release-1726086017332, @graphql-tools/federation@2.2.10, release-1724948218474...
one month 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.