Skip to content

Ability to use graphql-ws instead of subscription-transport-ws #1291

Open
@Amareis

Description

@Amareis

This issue pertains to the following package(s):

  • GraphQL Playground - Electron App
    GraphQL Playground HTML
    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.

Activity

Sytten

Sytten commented on Mar 22, 2021

@Sytten

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

brettjashford

brettjashford commented on Apr 13, 2021

@brettjashford

there's a PR to add this in graphql-playground-react #1295

maxpain

maxpain commented on Jun 25, 2021

@maxpain

Any updates?

faboulaws

faboulaws commented on Sep 16, 2021

@faboulaws

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

jspizziri commented on Feb 8, 2022

@jspizziri
Contributor

@acao , any updates on this?

elashpear

elashpear commented on May 10, 2022

@elashpear

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @faboulaws@jspizziri@Sytten@brettjashford@Amareis

        Issue actions

          Ability to use graphql-ws instead of subscription-transport-ws · Issue #1291 · graphql/graphql-playground