Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 541 Bytes

graphql_schema

This repository contains the schema and metadata of the MINT GraphQL.

How to run?

Prerequisites

  1. Install the Hasura CLI
  2. Install MINT using Helm chart

Run

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