@apollo/link-ws

WebSocket transport layer for GraphQL

Usage no npm install needed!

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

README

React Apollo

Apollo WebSocket Link

npm version Build Status Join the community on Spectrum

Send GraphQL operations over a WebSocket. Works with GraphQL Subscriptions.

Documentation

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

Maintainers