You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: