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 - [ ] GraphQL Playground HTML - [x] GraphQL Playground - [ ] GraphQL...

kind/question

I tried something like: ``` app.get( '/playground', expressPlayground({ endpoint: '/graphql', env: 'development' }) ); ``` Obviously doesnt seem to work. I could I could make it work smth like: ```...

This piece of code make the playground get stuck: DESCRIPTION: On a graphql resolver, I'm performing a request to another graphql server, waiting for the result, and displaying it. ```...

[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...

We should use atlassian changesets in this repo for easier publishing!

Changes proposed in this pull request: - add a new setting `tabs.multipleRows` to split the single tab bar in multiple rows. ![multipleRows](https://user-images.githubusercontent.com/6225939/125159482-ef796400-e177-11eb-8a16-a5fccfd213a4.gif) Please let me know if you have any...

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies

Bumps [graphiql](https://github.com/graphql/graphiql) from 0.17.5 to 1.4.7. Release notes Sourced from graphiql's releases. [email protected] Patch Changes 130ddad6 Thanks @​acao! - CRITICAL SECURITY PATCH for the GraphiQL introspection schema template injection attack...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Does anyone else find the default color schemes, both light and dark, too dull (low contrast)? It's hard to read/use without turning up the contrast on my screen. I face...

rfc/0-needs-spec
kind/feature