-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Migrate playgrounds to GraphiQL #1751
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, Graphql Playground is better than this GraphiQl stuff, It is better to stay in GraphQl Playground.
GraphQL Playground uses components of GraphiQL under the hood but is meant as a more powerful GraphQL IDE enabling better (local) development workflows. Compared to GraphiQL, the GraphQL Playground ships with the following additional features: Interactive, multi-column schema documentation.
Another thing is GraphQL Playground support multi-tabs |
We had our subscriptions created based on v0.14.0, After upgrading to v0.15.0, They are not working. |
My understanding is that newer versions of GraphiQL will have feature parity with GraphQL Playground: https://graphql.org/blog/2020-04-03-web-based-graphql-ides-for-the-win/#the-playground-features-you-love |
@Jonsy13 Can you make an issue describing what has broken for your subscriptions? If you are able to make a minimal open source repository that reproduces your issue, it would greatly facilitate fixing it. |
But GraphiQL still has not released any 2.x version (even beta/alpha release), we should revert this and wait until GraphiQL is better? |
I'm not opposed to that, but can you enumerate the tracking issues so we would know when "enough" GraphQL playground features have landed into GraphiQL? I see a smattering here https://github.com/orgs/graphql/projects/1/views/1 |
It doesn t even support Dark mode. |
People, please stop complaining. We are not talking about something fundamental. Open playground executable if you are really interested or use Insomnia or Postman. Luckily we have people dedicated to this project, just thank these people! I would completely remove the playground if it were up to me. We do not need it in here. |
Closes #1367
This PR migrates the default Playground to
GraphiQL
sincegraphql-playground
is being deprecated.How I tested this PR:
dataloader
example to ensure that queries were still functioning.chat
example to ensure that mutations + WS subscriptions were still functioning.