mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
.. | ||
app | ||
hasura | ||
scripts | ||
README.md |
Example
This example app is live at https://graphql2chartjs-examples.herokuapp.com
Client (React app)
The app directory has the React app that is already set up with a backend.
Migrations (Hasura migrations)
The hasura directory contains the migrations for the Hasura GraphQL Engine backend that is setup at https://graphql2chartjs.hasura.app and has a GraphQL endpoint https://graphqlchartjs.hasura.app/v1alpha1/graphql
Scripts
The scripts directory contains the scripts that are run to populate the backend with sample data.