0x-mesh icon indicating copy to clipboard operation
0x-mesh copied to clipboard

Improve support for subscriptions in GraphQL playground

Open albrow opened this issue 5 years ago • 0 comments

Currently, subscription support in the GraphQL playground (enabled via ENABLE_GRAPHQL_PLAYGROUND=true) is quite limited. The UI only shows the first message received from the subscription and there is no way to see more without sending the subscription request again. Subscriptions are supposed to be supported by GraphiQL (the tool we are using) but I couldn't figure out how to get it working in the context of a static HTML and JS page without Webpack. See this conversation on the GraphiQL Discord channel for more context.

albrow avatar Aug 11 '20 03:08 albrow