You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
Some GraphQL servers (specifically AWS AppSync) use MQTT for the websocket transport protocol, which unfortunally doesn't work with ApolloLinks.webSocketLink. It would be great if reason-apollo could support this link type too.
Some GraphQL servers (specifically AWS AppSync) use MQTT for the websocket transport protocol, which unfortunally doesn't work with
ApolloLinks.webSocketLink
. It would be great ifreason-apollo
could support this link type too.I believe this is the JS implementation of it: https://raw.githubusercontent.com/awslabs/aws-mobile-appsync-sdk-js/254930e3de1211c20bbac3efadf571008826bc32/packages/aws-appsync/src/link/subscription-handshake-link.js
I actually made an attempt to port this to Reason, but didn't quite manage to get it to work.
Issue Labels
The text was updated successfully, but these errors were encountered: