hygraph / gatsby-source-graphcms

The official Gatsby source plugin for GraphCMS projects
https://graphcms.com
MIT License
145 stars 41 forks source link

Error with gatsby-graphql-source-toolkit #95

Closed MatteoGauthier closed 4 years ago

MatteoGauthier commented 4 years ago
 ERROR #11330  PLUGIN

"gatsby-source-graphcms" threw an error while running the sourceNodes lifecycle:

[line: 1] field 'daydesigns' is not defined

  100 |     })
  101 |   } else {
> 102 |     await sourceAllNodes(config)
      |     ^
  103 |   }
  104 | }
  105 |

Make sure that you don't have a typo somewhere and use valid arguments in sourceNodes lifecycle.
Learn more about sourceNodes here: https://www.gatsbyjs.org/docs/node-apis/#sourceNodes

File: node_modules\gatsby-source-graphcms\gatsby-node.js:102:5
ynnoj commented 4 years ago

@MattixNow Could you try this release please? It should resolve your issue.