graphql-ide icon indicating copy to clipboard operation
graphql-ide copied to clipboard

⚡️ GraphQL IDE - An extensive IDE for exploring GraphQL API's

Results 22 graphql-ide issues
Sort by recently updated
recently updated
newest added

by command Q。 i do not know why 😢

Hey guys i've opened the graphql ide and it is always initializing what should i do ?

This is how the POST Request payload should look like: ``` { "query": "...", "operationName": "...", "variables": { "myVariable": "someValue", ... } } ``` In the version of graphiql that...

When clicking the "schema" tab on the right hand side of the window, the app presents an entirely blank screen, and must be quit and re-launched to get back to...

addresses https://github.com/andev-software/graphql-ide/issues/22

It would be nice to be able to re-arrange tabs. Preferably through drag-dropping.

version 1.1.1 still has version number 1.1.0

Is it possible to Load a local GraphQL Schema JSON in the IDE. We can definitely save the graphql schema json and then the IDE doesn't have to load it...

The request payload of when using POST method passes variables as JSON string rather than object. ## Expected ```js { "query": "mutation UpsertCustomer...", "variables": { "homepolish_id": 421, "input":{ "age": 36...

graphql-ide 1.1.1 I'm begin to use your ide, so I cannot find how to save title of my new query. Please make a guide.