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
{{ message }}
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
Hi,
I cloned the repo, followed the blog post here and added all the content in my local Sanity Studio as described in the article, but I keep getting Cannot query field "allSanityPost" on type "Query" when I run yarn start.
Any idea why?
Thank you
The text was updated successfully, but these errors were encountered:
It's like graphiql did not know anything about the sanity studio schema.
I followed gatsby-source-sanity plugin instructions, set up sanity studio and schemas, deployed graphql API enabling Graphql playgroung which works as expected, but for Gatsby graphiql interface is like data did not exist.
I have recloned the repo today, yarn install, yarn run init (using the project and dataset that I already created) and after that yarn start shows no errors related to graphql. Did one of the last commit solved the issue?
Anyway there's still a little bug, I had to yarn add gatsby-react-router-scroll in the web/ folder to make it working, but now seems fine.
Hi,
I cloned the repo, followed the blog post here and added all the content in my local Sanity Studio as described in the article, but I keep getting
Cannot query field "allSanityPost" on type "Query"
when I runyarn start
.Any idea why?
Thank you
The text was updated successfully, but these errors were encountered: