This example demonstrates how to query data from Hygraph with gatsby-source-graphcms
using Gatsby's File System Route API.
• Demo
npx degit hygraph/hygraph-examples/with-gatsby-filesystem-routing with-gatsby-filesystem-routing
Install & Run:
cd with-gatsby-filesystem-routing
npm install
npm run dev
# or
cd with-gatsby-filesystem-routing
yarn
yarn dev