karthikvt26 / gatsby-hasura-displayer

An example project for gatsby-source-graphql with Hasura GraphQL Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-graphql-source example

Simple gatsby site that displays list of authors fetched using Hasura GraphQL engine.

Check out Hasura graphql engine console here

Running in development

  1. npm install

  2. HASURA_GRAPHQL_URL=https://gatsby-ser.herokuapp.com/v1alpha1/graphql npm run develop

About

An example project for gatsby-source-graphql with Hasura GraphQL Engine

License:MIT License


Languages

Language:JavaScript 100.0%