mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
a21f6cd648
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. |
||
---|---|---|
.. | ||
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/v1/graphql
Scripts
The scripts directory contains the scripts that are run to populate the backend with sample data.