Apollo Studio Explorer support for graphql-ws

For me (and it seems others are in this boat) the Apollo Studio Explorer subscriptions aspect doesn’t function for graphql running graphql-ws.

Just wondering if support for this in Studio Explorer is in the works, either via a upgrade attempt that if fails goes back to current protocol or a config option of some kind?

Cheers!

Planned but not gotten to yet!

Will likely be a config option to start

1 Like

Do we know if people tend to use graphql-ws wholesale, or if they tend to use graphql-ws for all their graphql operations (Queries and Mutations)?

Being able to switch Explorer’s subscription client from subscription-transport-ws to graphql-ws isn’t too difficult, but switching Query and Operation would be bigger

It’s out!
There’s now a dropdown in Explorer Settings > Connection Settings > Subscription to select which subscription client to use