Skip to content

stretch0/gatsby-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steps to reproduce

  1. npm run clean && npm run start
  2. visit: http://localhost:8000/__graphql
  3. run the following query:
query MyQuery {
  item {
    featuredImg {
      childImageSharp {
        gatsbyImageData
      }
    }
  }
  product {
    id
    featuredImg {
      childImageSharp {
        gatsbyImageData
      }
    }
    items {
      id
      featuredImg {
        childImageSharp {
          gatsbyImageData
        }
      }
    }
  }
}
  1. Notice product.items[i].featuredImage is null. This should return the same image data that is returned on item.featuredImg.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors