Skip to content

marcello3d/graphql-98

Repository files navigation

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