Skip to content
New issue

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

Can't get thumbnail in the blog #204

Open
WatheqAlshowaiter opened this issue Mar 31, 2022 · 1 comment
Open

Can't get thumbnail in the blog #204

WatheqAlshowaiter opened this issue Mar 31, 2022 · 1 comment

Comments

@WatheqAlshowaiter
Copy link

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

    thumbnail {
          childImageSharp {
            fluid(maxWidth: 800) {
              ...GatsbyImageSharpFluid
            }
          }
        }

what can I do to make it work well?

@thundermiracle
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants