graphql-engine/community/tools/graphql2chartjs/example
2019-03-14 14:30:41 +05:30
..
app add graphql2chartjs to community tools (#1669) 2019-03-14 14:30:41 +05:30
hasura add graphql2chartjs to community tools (#1669) 2019-03-14 14:30:41 +05:30
scripts add graphql2chartjs to community tools (#1669) 2019-03-14 14:30:41 +05:30
README.md add graphql2chartjs to community tools (#1669) 2019-03-14 14:30:41 +05:30

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.