Graphql-playground: Ability to use graphql-ws instead of subscription-transport-ws

Created on 12 Nov 2020  路  2Comments  路  Source: graphql/graphql-playground

This issue pertains to the following package(s):

  • [ ] GraphQL Playground - Electron App
  • [ ] GraphQL Playground HTML
  • [X] GraphQL Playground
  • [ ] GraphQL Playground Express Middleware
  • [ ] GraphQL Playground Hapi Middleware
  • [ ] GraphQL Playground Koa Middleware
  • [ ] GraphQL 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.

Most helpful comment

The community has moved to graphql-ws now, I think it would better for playground to move too.

All 2 comments

The community has moved to graphql-ws now, I think it would better for playground to move too.

there's a PR to add this in graphql-playground-react https://github.com/graphql/graphql-playground/pull/1295

Was this page helpful?
0 / 5 - 0 ratings