hasura
Installation
SKILL.md
Hasura
Hasura is a GraphQL engine that connects to your databases and microservices, instantly providing you with a production-ready GraphQL API. Developers use Hasura to build data-driven applications faster by eliminating the need to write custom GraphQL servers.
Official docs: https://hasura.io/docs/latest/
Hasura Overview
- GraphQL API
- Query — Read data.
- Mutation — Modify data.
Use action names and parameters as needed.
Working with Hasura
This skill uses the Membrane CLI to interact with Hasura. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Related skills