Skip to content

mintproject/graphql_engine

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published