Skip to content
Lincon Vidal edited this page Jul 29, 2024 · 15 revisions

The data returned by this API is sourced from a PostgreSQL database produced by cardano-db-sync, with runtime query translation and result mapping performed by Hasura. Cardano GraphQL exposes a domain model and provides additional controls to limit access, prior to delegating the query.

Metadata and SQL migrations are performed by @cardano-graphql/server using Hasura CLI, which is included in the Dockerfile and NixOS service. If deploying via a different method, install hasura and make it available on the system PATH.

User Guides

Maintainer Guides

The project uses the GitLab Flow process, so branch from master for all changes.

Clone this wiki locally