Every Nhost project comes with a Hasura. Hasura comes with the GraphQL Engine, Hasura console, event triggers, remote schemas and more.
Hasura automatically generates a GraphQL API based on your PostgreSQL database. This GraphQL handles
In the Hasura console you can manage tables, relations, data, permissions, events and remote schemas.
Send HTTP webhooks based on events (insert, update, delete) in the database.
Stitch together a remote GraphQL with the GraphQL API.