Hasura Data¶
The Hasura Data microsevice
provides GraphQL as well as JSON APIs which run on top of a
Postgres database to store and retrieve data.
To fetch associated data with ease, one can define relationships on tables. To authorize the access to data, permissions can be added based on user roles.
Explore the Data APIs
Use the API console to browse the various Data APIs.
# in the project directory
$ hasura api-console
Was this page helpful?