Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Improve support for subscriptions in GraphQL playground #903

Open
@albrow

Description

@albrow

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.

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

    Issue actions