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 128 graphql-playground issues
Sort by recently updated
recently updated
newest added

#### This issue pertains to the following package(s): - [ ] GraphQL Playground - Electron App - [x] GraphQL Playground HTML - [x] GraphQL Playground - [ ] GraphQL Playground...

#### This issue pertains to: - [ ] GraphQL Playground - Electron App - [x] GraphQL Playground - [x] GraphQL Playground Middleware #### What OS and OS version are you...

area/package/react
status/pr-welcome
bug/1-repro-available
kind/bug
last hurrah

Adds a note about graphiql joining hands with playground. This could be helpful info for people new to graphql ecosystem and researching to choose between these two .

Brew installation fails with error `Error: Unknown command: cask` Fixes #. Changes proposed in this pull request: - Updating the read me from `brew cask install graphql-playground` to `brew install...

Forcing timeout to be set value by setting both timeout and minTimeout on the subscription client Fixes #1247. Changes proposed in this pull request: - Add new setting/property `subscriptionEndpointConnectionTimeout`

This change is required to be able to provide params like `cdnUrl` This allows a fix to #1070

Changes proposed in this pull request: - Removed `json-loader` from webpack configs.

Fixes #. Electron Build Changes proposed in this pull request: - - -

Hello, Disclaimer: my react/redux experience is limited, so this may need some iteration/refinement - I'm ok with that! I'm using GraphQL in a project and wanted to utilize this excellent...

Changes proposed in this pull request: - Add ability to search by exact type name using quotes, e.g. searching for `"Asset"` would give the `Asset` type only. - Add ability...