Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 463 Bytes

File metadata and controls

11 lines (6 loc) · 463 Bytes

gatsby-source-graphql example with GraphCMS

Simple gatsby site that displays blog with data inside GraphCMS.

Built using gatsby-source-graphql.

How it works

Using gatsby-source-graphql, this stitches schema from GraphCMS into Gatsby schema. All blog posts are retrieved in gatsby-node and pages are created for them.