@tipe/apollo-dedup-batch-http-link
v1.0.1
Published
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.
Downloads
5
Maintainers
Keywords
Readme
@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 [email protected] 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