graphiql
graphiql copied to clipboard
GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
It seems that for multi-paragraph descriptions, the CodeMirror autocomplete hints are rendered in the row direction by default, at least on Chrome + graphiql 0.11.11:  After adding `flex-direction: column;`...
Rendering Markdown content (for description texts) is currently baked into `@graphiql/react`. There we have an instance of `markdown-it` that takes care of all the markdown rendering. @acao mentioned [here](https://github.com/graphql/graphiql/pull/2582#discussion_r928282116) that...
As a developer of backend service, I frequently have to retrigger the introspection on the GraphQL endpoint. Therefore I'd suggest to add a "refresh" button next to the URL bar....
Wonderful work team! This really helps during the development process! Thanks a lot. Currently, go-to definition support is not there. It would be great if we can support the go-to...
I love GraphiQL but I can't find documentation anywhere for the shortcuts. I've basically just discovered them by pressing random key combinations. How was I supposed to know that ctrl-shift-space...
At the moment, reloading the page is the only way to reload changes to the schema/documentation of said schema. It is fine in production, since schema will not change every...
Related: https://github.com/graphql/graphiql/issues/75 I would love to see a button, or a key combination that will add/autocomplete all direct fields of the current object. Complex fields will be autocompleted to {},...
When using interfaces or spreading objects into type declarations, the GraphiQL field output quickly becomes disorganized. I suggest to add an option called `sortFields` which would cause the fields to...
It would be nice if you can run some simplified version of vim inside the editor. Specifically I wish I could do `di{` to delete inside `{}` brackets. But some...
Hi, I have added a description for argument. But, It will not show in graphiql.I can find the description in http response:  But it will not show in doc.