You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went to fork this site so I could add alternating table row backgrounds for vendors without special row background colors and hover effects (e.g. Olympus) and submit a pull request. When I run npm i and npm run develop, however, I am unable to build the site as I receive a GraphQL error on every page:
37:5 error Cannot query field "allCanonFdJson" on type "Query" graphql/template-strings
I have not worked with Gatsby.js or GraphQL before but I seem to be missing the actual source data. I am not sure if that is intentional?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I went to fork this site so I could add alternating table row backgrounds for vendors without special row background colors and hover effects (e.g. Olympus) and submit a pull request. When I run
npm i
andnpm run develop
, however, I am unable to build the site as I receive a GraphQL error on every page:I have not worked with Gatsby.js or GraphQL before but I seem to be missing the actual source data. I am not sure if that is intentional?
Thanks!
The text was updated successfully, but these errors were encountered: