2.0.0-beta.3 • Published 4 years ago

@apollo/link-batch-http v2.0.0-beta.3

Weekly downloads
2,592
License
MIT
Repository
github
Last release
4 years ago

Apollo Batch HTTP Link

npm version Build Status Join the community on Spectrum

A terminating Apollo Link that combines multiple GraphQL operations into a single HTTP request. This Link batches individual operations into an array that is sent to a single GraphQL endpoint.

Documentation

All Apollo Client documentation, including Apollo Link usage articles and helpful recipes, lives on https://www.apollographql.com/docs/react/

Maintainers