graphql / graphiql

GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
MIT License
16.01k stars 1.72k forks source link

[graphiql] Keep multiple responses from subscription #3641

Closed Sytten closed 2 months ago

Sytten commented 2 months ago

Description

Currently I am using graphl-playground, its support of subscription displays all the responses received. This is very useful since subscriptions can be very busy and you might miss some responses. We might want to add a setting for the number of responses to keep in this history.

Sytten commented 2 months ago

@acao please link the original issue :)

acao commented 2 months ago

https://github.com/graphql/graphiql/issues/2909

Sytten commented 2 months ago

This is not exactly the same issue though, the issue is keeping the tab alive when switching. What I am asking can be done separately, it is about keeping multiple responses on the right panel.

acao commented 2 months ago

@Sytten ok in that case, the original duplicate issue is from 2017, I will find it when I get home, but this feature is requested almost monthly since the project was released

acao commented 2 months ago

https://github.com/graphql/graphiql/pull/3601