Skip to content

marcello3d/graphql-98

Folders and files

NameName
Last commit message
Last commit date
Dec 13, 2020
Dec 6, 2020
Dec 12, 2020
Dec 13, 2020
Dec 13, 2020
Dec 13, 2020
Dec 12, 2020
Oct 25, 2020
Aug 9, 2020
Dec 13, 2020
Dec 13, 2020
Dec 13, 2020
Oct 26, 2020
Dec 6, 2020
Dec 13, 2020
Dec 13, 2020
Dec 13, 2020

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