coco98 / dylan-heroku-graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hasura GraphQL Engine with auth-hook and access-key on Heroku

  1. Clone and deploy this app on heroku:
git clone https://github.com/coco98/dylan-heroku-graphql.git
cd dylan-heroku-graphql
heroku create dylan-graphql-app --stack=container
git push heroku master
  1. After git push heroku master edit the config-vars on heroku

  2. Add DATABASE_URL, HASURA_GRAPHQL_ACCESS_KEY and HASURA_GRAPHQL_AUTH_HOOK as config vars in Heroku settings

  3. Open the hasura console locally by running any of the following:

    #Using an env var
    HASURA_GRAPHQL_ACCESS_KEY=xxxxxx hasura console
    #Using a flag
    hasura console --access-key=xxxxxx

About