DEV Community

David Nguyen
David Nguyen

Posted on • Originally published at eplus.dev on

The GraphOS Studio Explorer


  1. One-click query building in Explorer

One-click query building in Explorer

Typing out GraphQL queries by hand is time-consuming at best and a frustrating minefield of confusing paths, missed brackets, and incorrect variables at worst. Explorer offers no-code query-building to eliminate syntax errors and help you be more productive. Of course, if you still need to add hand-written code, you can do just that with Explorers editor with query linting and autocomplete.

  1. + K field and path search

 + K field and path search

Your graph may be very deep and have thousands of fields and types. You know what data youre looking for but the more your graph scales, the more difficult it becomes to navigate the graph to get there. Explorers + K intelligent search shows you all of the possible paths to a field or type. Choose the path you want to use, and our one-click query builder will add your query to the sandbox without writing a single line of code.

  1. Flexible response formatting Once youve built your query, Explorer shows you the response in an interactive JSON or table format with collapsible sections and data sorting by clicking on table headers. You can also copy the response to your clipboard, download it as a CSV, or download the JSON.

  2. Explore and test your local GraphQL server

Just because youre working on your schema locally doesnt mean that you shouldnt have the best tools for the job. You can point Sandbox at any local GraphQL server and use it just as easily as other tools like GraphiQL or GraphQL Playground with zero setup. If you want to, you can even use Sandbox with production GraphQL APIs, although introspection needs to be enabled, and APIs that enforce CORS will need to allow our URL. That being said, here are a few public endpoints that you can try with Sandbox:

  1. No login required You can use the Schema Reference and Explorer in Sandbox with your GraphQL endpoint just by going to graphql-studio.eplus.dev. Youll never have to create an account or log in, though if you do we can show you your query history and open up some additional customization settings.

Top comments (1)

Collapse
 
zirho profile image
Youngjae Ji

very cool.
One thing very important missing. Exporting queries.
Postman does not support exporting them either.
So hopefully something pops up near future.