⚠️
This is the documentation for the old GraphQL Mesh version v0. We recommend upgrading to the latest GraphQL Mesh version v1.
Migrate to GraphQL Mesh v1
Migrate to GraphQL Mesh v1
Deduplicate HTTP Requests
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: {}