GraphQL ‘98 is a data explorer for GraphQL. Inspired by SQL GUIs like phpMyAdmin and Tableplus, but designed for GraphQL APIs.
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.
None of this would be possible without open source libraries to build on top of:
- Frontend
- React for UI framework
- 98.css for visual theme
- graphql-hooks for GraphQL querying
- viz.js for rendering schema diagrams
- Environment
- Electron for running the page as a multi-window desktop app
- Electron Forge for bundling/packaging/publishing the app
- TypeScript for type checking
- Prettier for code formatting
- Vercel for deployment
Run with yarn start