graphql-engine/community/tools/graphql2chartjs/example
Anon Ray a21f6cd648 introduce v1/graphql (fix #1368) (#2064)
Changes compared to `/v1alpha1/graphql`

* Changed all graphql responses in **/v1/graphql** endpoint to be 200. All graphql clients expect responses to be HTTP 200. Non-200 responses are considered transport layer errors. 

* Errors in http and websocket layer are now consistent and have similar structure.
2019-05-10 11:35:10 +05:30
..
app introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
hasura add graphql2chartjs to community tools (#1669) 2019-03-14 14:30:41 +05:30
scripts introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +05:30
README.md introduce v1/graphql (fix #1368) (#2064) 2019-05-10 11:35:10 +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/v1/graphql

Scripts

The scripts directory contains the scripts that are run to populate the backend with sample data.