graphiql
graphiql copied to clipboard
GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
what if, next to the graphql icon, we just showed the name of the graphql project that the file is in? there has to be some way to do this?...
as a user accessibility concern, we should find a way to localise all aspects of the LSP server ecosystem, just as we will with graphiql in 3.0.0 ideally. the tooltips,...
**This PR is in progress and contains the work done under GSOC2020** It integrates the experimental online parser from graphql-js in place of the graphiql parser. https://github.com/graphql/graphql-js/pull/2770 [x] Integrate with...
This PR introduces Query Params Todo * [x] Pass query, variables through URI * [x] Parse through the URI to get query, variables
Fixes #1117. This will help the CDN users to easily implement graphiql IDE without using any build tools like Webpack. They can perform all the actions they will intend to...
Issue Type: Performance Issue With this extension disabled and some TypeScript files open in my editor, I was seeing an issue with the "Electron" process consuming ~300% CPU on my...
It would be great to also be able to search the schema by description
I am trying to get an instance of GraphiQL but keep getting this error: ``` index.js:5 Uncaught ReferenceError: exports is not defined ``` My requrejs code looks like this: ```...
GraphQL has wide editor support, and projects like GraphiQL and GraphQL Playground have ensured that there is a proliferation of different web editor instances. An invariable feature that we have...
How do we make these re-useable? In some cases, models or other arguments will need to be supplied to generate the actions. we give them some interface that can be...