Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
Go to file
Rakesh Emmadi 4a76c7e89e server: throw 401 exception for accesskey mismatch/notfound, fix #67 (#71)
return 401 when access key does not match or is not found, closes #67
2018-07-11 11:07:53 +05:30
.circleci only deploy dev|release branches (#76) 2018-07-10 11:52:13 +00:00
cli update readme and contributing guides (#90) 2018-07-11 10:27:03 +05:30
console update test command in console makefile (#69) 2018-07-11 10:30:27 +05:30
scripts only deploy dev|release branches (#76) 2018-07-10 11:52:13 +00:00
server server: throw 401 exception for accesskey mismatch/notfound, fix #67 (#71) 2018-07-11 11:07:53 +05:30
.gitignore console: more tests (#35) 2018-07-04 18:27:56 +05:30
CONTRIBUTING.md update readme and contributing guides (#90) 2018-07-11 10:27:03 +05:30
LICENSE Add A-GPL license 2018-07-09 19:30:43 +05:30
README.md update readme and contributing guides (#90) 2018-07-11 10:27:03 +05:30

Hasura GraphQL Engine

CircleCI

Source code for Hasura's GraphQL Engine, including CLI, API Console and Server.

Getting started

Deploy

Follow the official docs.

Contributing

Checkout our contributing guide for more details.