github ardatan/graphql-tools @graphql-tools/batch-delegate@8.2.2

latest releases: release-1715723999338, @graphql-tools/graphql-tag-pluck@8.3.1, @graphql-tools/git-loader@8.0.6...
2 years ago

Patch Changes

  • 5482c99: Support graphql-executor

    batchDelegateToSchema currently assumes that the source fieldNodes are unique for each request, but this may not be the case when using executors such as graphql-executor. graphql-executor uses memoization to deliver the identical source fieldNodes object across requests, so functions operating on these fieldNodes can be memoized. This change ensures that batches are unique to requests, as long as the context object differs, using the same strategy that stitching makes use of with batch execution (getBatchingExecutor).

Don't miss a new graphql-tools release

NewReleases is sending notifications on new releases.