An open API service indexing awesome lists of open source software.

https://github.com/scf4/add-graphql-subscriptions

Helper function for use with subscription-transport-ws
https://github.com/scf4/add-graphql-subscriptions

Last synced: over 1 year ago
JSON representation

Helper function for use with subscription-transport-ws

Awesome Lists containing this project

README

          

# add-graphql-subscriptions
Replacement for the deprecated `addGraphqlSubscriptions` function from `subscription-transport-ws`.

`yarn add add-graphql-subscriptions`

or

`npm install add-graphql-subscriptions --save`

And import `addGraphQLSubscriptions` from this package instead of `subscription-transport-ws`:

```js
import { addGraphQLSubscriptions } from 'add-graphql-subscriptions';
```