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
They recommend using graphql-ws instead of subscriptions-transport-ws .
The subscriptions-transport-ws library is not being actively maintained. It is recommended that you use the graphql-ws library instead. For details read the GraphQL over WebSockets announcement.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://github.com/apollographql/subscriptions-transport-ws/blob/master/README.md#graphql-ws
They recommend using
graphql-ws
instead ofsubscriptions-transport-ws
.https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
https://the-guild.dev/blog/graphql-over-websockets
GraphQL over WebSocket Protocol with full support for all 3 GraphQL operations:
Queries
,Mutations
andSubscriptions
.Beta Was this translation helpful? Give feedback.
All reactions