enisdenjo / graphql-ws

Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
https://the-guild.dev/graphql/ws
MIT License
1.75k stars 162 forks source link

Support for "graphql-ws" sub protocol #453

Closed ManojkumarAlaguduraiEmis closed 1 year ago

ManojkumarAlaguduraiEmis commented 1 year ago

Hi,

We were using AWS AppSync as our backend server and we are trying to use this package to establish web socket connection. Unfortunately, "graphql-ws" uses "graphql-transport-ws" as the sub-protocol and AWS AppSync users "graphql-ws" as protocol to establish web-socket connection. Is there any plan to support "graphql-ws" protocol?