This repository contains the schema and metadata of the MINT GraphQL.
- Install the Hasura CLI
- Install MINT using Helm chart
Apply the metadata to the MINT GraphQL
$ export HASURA_GRAPHQL_ADMIN_SECRET=<admin-secret>
$ hasura migrate apply
$ hasura metadata apply
Populate the database with the seed data
$ hasura seeds apply