@apollo/link-context

An easy way to set and cache context changes for Apollo Link

Usage no npm install needed!

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

README

React Apollo

Apollo Context Link

npm version Build Status Join the community on Spectrum

Easily set a context on your operation, which is used by other Links further down the chain.

Documentation

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

Maintainers