hygraph / gatsby-source-graphcms

The official Gatsby source plugin for GraphCMS projects

Home Page:https://graphcms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Response not "parsed"

fjshomeplate opened this issue · comments

My query using this plugin doesn't come back parsed. Ex: data.allGraphCMSProducts.nodes.productName returns blank.

Ok. The problem I was having was that I was querying on the allGraphCMSProducts field, when I should've done it on the GraphCmsProducts field.