graphql-playground
graphql-playground copied to clipboard
🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
It would be awesome to be able to start the playground from a config file. This would allow us to save the queries directly in the git repo and share...
Fixes #. Changes proposed in this pull request: - add support for use in next.js projects - fix issues with ssr -
With the rise in supply chain attacks and OSS dependencies being used as a attack vector, Microsoft is working with our ecosystem partners, such as the Linux Foundation's OpenSSF, to...
#### This issue pertains to the following package(s): - [ ] GraphQL Playground - Electron App - [x] GraphQL Playground HTML - [ ] GraphQL Playground - [ ] GraphQL...
I'm trying to run the Electron app but I keep getting ERR_INSECURE_RESPONSE when it tries to connect to my local GraphQL server with a self signed certificate.  This is...
Suggestion to add a LICENSE file so that automatic license detection can work for those using such tools. Please add the correct copyright holder. Kind regards, Pablo Fixes #. Changes...
#### This issue pertains to the following package(s): - [ ] GraphQL Playground - Electron App - [ ] GraphQL Playground HTML - [* ] GraphQL Playground - [ ]...
It seems like we can only fill the header in the playground, is it the right way for passing JWT token for subscription in GraphQL playground? As websocket doesn't rely...
#### This issue pertains to the following package(s): - [ ] GraphQL Playground - Electron App - [ ] GraphQL Playground HTML - [X ] GraphQL Playground - [ ]...
When I load a tab from the server with many operations in it, and hit play it runs everything rather then providing options on which to operation to run. Pressing...