graphql-playground icon indicating copy to clipboard operation
graphql-playground copied to clipboard

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)

Results 135 graphql-playground issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/1148940/62340545-8fff7d80-b4a5-11e9-8b7f-39eb2a5bfa32.png) This is...

kind/question

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...