Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.44 KB

GraphQL ‘98: GraphQL Data Explorer

GraphQL ‘98 is a data explorer for GraphQL. Inspired by SQL GUIs like phpMyAdmin and Tableplus, but designed for GraphQL APIs.

Screenshot of app

Why?

I'm in the process of learning more about GraphQL. GraphiQL and GraphQL Playground are great at providing a command-line/programming interface to GraphQL. But I wanted something that lets me see the data without typing queries.

Tech I'm using

None of this would be possible without open source libraries to build on top of:

Development

Run with yarn start