Skip to content

Instantly share code, notes, and snippets.

@Cerberus
Created September 24, 2017 18:33
Show Gist options
  • Save Cerberus/cd788dac1aa8ce8855c05f68c737b340 to your computer and use it in GitHub Desktop.
Save Cerberus/cd788dac1aa8ce8855c05f68c737b340 to your computer and use it in GitHub Desktop.
const link = ApolloLink.split(
hasSubscriptionOperation,
new WebSocketLink({
uri:
'wss://hostname/__path__',
options: { reconnect: true },
}),
new Link({
uri: 'https://hostname/__path__',
}),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment