Closed apackin closed 4 months ago
The graphql-ws library does implement the graphql-transport-ws now. See their readme: https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md#communication "The WebSocket sub-protocol for this specification is: graphql-transport-ws."
Should we update the default protocol for SocketClientConfig to SocketSubProtocol.graphqlTransportWs?
Docs
The graphql-ws library does implement the graphql-transport-ws now. See their readme: https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md#communication "The WebSocket sub-protocol for this specification is: graphql-transport-ws."
Suggestions
Should we update the default protocol for SocketClientConfig to SocketSubProtocol.graphqlTransportWs?