On this page

Deduplicate HTTP Requests

GraphQL Mesh v0 documentation (superseded by v1): Reduce network traffic with GraphQL Mesh's deduplicate-request plugin. Install and configure @graphql-mesh/plugin-deduplicate-request today!

This plugin deduplicates the same HTTP requests done in parallel to reduce the network traffic.

Getting Started

npm i @graphql-mesh/plugin-deduplicate-request
.meshrc.yaml
plugins:
  - deduplicateRequest: {}