@tipe/apollo-dedup-batch-http-link
apollo-dedup-batch-http-link: batches multiple operations into a single HTTP dedup request. Instead of sending a single operation, it sends an array of operations to the server.
npm install --save apollo-link-dedup@1.0.0 apollo-link-batch-http
npm install --save @tipe/apollo-dedup-batch-http-link
import { DedupBatchHttpLink } from '@tipe/apollo-dedup-batch-http-link'
combined apollo-link-batch-http
and apollo-link-dedup
apollo-link-batch-http README
apollo-link-dedup README