We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to get thumbnail in each blog post.. and I am using Netlify CMS
I get all the time the error message: Field "thumbnail" must not have a selection since type "String" has no subfields.
Field "thumbnail" must not have a selection since type "String" has no subfields.
My query is
thumbnail { childImageSharp { fluid(maxWidth: 800) { ...GatsbyImageSharpFluid } } }
what can I do to make it work well?
The text was updated successfully, but these errors were encountered:
This starter is not using Netlify CMS. If the issue is not concerned to the repository, I think you'd better ask it in GatsbyJS or StackOverflow. Or search other starters like this: https://www.gatsbyjs.com/starters/netlify-templates/gatsby-starter-netlify-cms
Sorry, something went wrong.
No branches or pull requests
I want to get thumbnail in each blog post.. and I am using Netlify CMS
I get all the time the error message:
Field "thumbnail" must not have a selection since type "String" has no subfields.
My query is
what can I do to make it work well?
The text was updated successfully, but these errors were encountered: