apollo-client-graphql-ws
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

apollo-client-graphql-ws

Package implementing :- https://github.com/enisdenjo/graphql-ws#apollo-client

Usage

import { WebSocketLink } from 'apollo-client-graphql-ws';

const wsLink = new WebSocketLink({
  url: `ws://localhost:8000/graphql`,
  options: {
    reconnect: true,
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i apollo-client-graphql-ws

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

10.6 kB

Total Files

7

Last publish

Collaborators

  • aarongray.org