Catch the highlights of GraphQLConf 2023! Click for recordings. Or check out our recap blog post.
Docs
Plugins
Deduplicate HTTP Requests

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: {}