Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save javierfernandes/c9be887c6eadf392a0decad38a2faf2b to your computer and use it in GitHub Desktop.

Select an option

Save javierfernandes/c9be887c6eadf392a0decad38a2faf2b to your computer and use it in GitHub Desktop.
import WebSocket from 'ws'
import { SubscriptionClient } from 'subscriptions-transport-ws';
import ApolloClient from 'apollo-client'
const GRAPHQL_ENDPOINT = 'ws://localhost:5000/subscriptions';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment