Deduplicate HTTP Requests
This plugin deduplicates the same HTTP requests done in parallel to reduce the network traffic.
Getting Started
yarn add @graphql-mesh/plugin-deduplicate-request
.meshrc.yaml
plugins:
- deduplicateRequest: {}
Last updated on October 24, 2022