Open
Description
This issue pertains to the following package(s):
- GraphQL Playground - Electron AppGraphQL Playground HTMLGraphQL PlaygroundGraphQL Playground Express MiddlewareGraphQL Playground Hapi MiddlewareGraphQL Playground Koa MiddlewareGraphQL Playground Lambda Middleware
subscription-transport-ws is (sort of) deprecated now: https://github.com/apollographql/subscriptions-transport-ws#graphql-ws
I think it's not really hard to implement grapqhl-ws support.
Activity
Sytten commentedon Mar 22, 2021
The community has moved to graphql-ws now, I think it would better for playground to move too.
brettjashford commentedon Apr 13, 2021
there's a PR to add this in
graphql-playground-react
#1295maxpain commentedon Jun 25, 2021
Any updates?
faboulaws commentedon Sep 16, 2021
Ideally, the subscription client API should be a pluggable API. The
subscription-transport-ws
can be the default Handler (or Interface implementation) for backward compatibility. graphql-ws or other implementation/transport (such as SSE) can be used if wanted.jspizziri commentedon Feb 8, 2022
@acao , any updates on this?
elashpear commentedon May 10, 2022
For those looking for an alternative client that does support graphql-ws until this issue is resolved, I recommend another FLOSS client called Altair: https://altair.sirmuel.design/