Building GraphQL queries can be difficult - this tools aim to help you visualize the available relationships between types.
Online demo available here: https://maatthc.github.io/generic-graphql-explorer/
Install dependencies:
yarn install
Start the server:
yarn start
- Implement a loading animation
- Add proper TypeScript types
- Add tests
- Add GitHub Actions linter
- Update this documentation (always)
- Port to Vue.js 3
Based on GraphiQL explorer.****