graphiql icon indicating copy to clipboard operation
graphiql copied to clipboard

GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

Results 391 graphiql issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/5667690/34793484-c4822284-f64b-11e7-860d-4db8d1737652.png) After adding `flex-direction: column;`...

resolved-by-redesign
graphiql

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

enhancement
@graphiql/toolkit
@graphiql/react

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

lsp-server

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

enhancement
resolved-by-redesign
graphiql

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

potential plugin
graphiql@2

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 {},...

enhancement
potential plugin

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

potential plugin

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

potential plugin

Hi, I have added a description for argument. But, It will not show in graphiql.I can find the description in http response: ![image](https://user-images.githubusercontent.com/6060475/50579731-c67b0880-0e82-11e9-9ce4-2169f2cefdb5.png) But it will not show in doc.

enhancement
graphiql