Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for subscriptions in GraphQL playground #903

Open
albrow opened this issue Aug 11, 2020 · 0 comments
Open

Improve support for subscriptions in GraphQL playground #903

albrow opened this issue Aug 11, 2020 · 0 comments

Comments

@albrow
Copy link
Contributor

albrow commented Aug 11, 2020

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 albrow mentioned this issue Aug 11, 2020
36 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant