@apollo/link-batch

Apollo Link that performs batching and operation on batched Operations

Usage no npm install needed!

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

README

React Apollo

Apollo Batch Link

npm version Build Status Join the community on Spectrum

An Apollo Link that facilitates the batching of multiple operations into a single request.

Documentation

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

Maintainers