@apollo/link-batch-http

Batch HTTP transport layer for GraphQL

Usage no npm install needed!

<script type="module">
  import apolloLinkBatchHttp from 'https://cdn.skypack.dev/@apollo/link-batch-http';
</script>

README

React Apollo

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