Wit By Bit
Wit By Bit
Do I need to figure out how to use gun-asyncstorage along with Apollo?
Thanks @brysgo ! Basically Apollo and Relay both don't have offline support yet. And I really wanted to figure out if I could use react-native with graphql-gun and get offline...
I encountered the same issue. When I debug using Chrome, I get null for monitor.getItem(). Any idea if Chrome team is aware of this issue?
I am using Gatsby v2 and I am seeing the same issue as well. I always get childImageSharp: null
I figured out the issue. The originalSrc url coming back from Shopify has "?v=123123" at the end which is why gatsby isn't able to figure out that it's an image....
I published a package https://www.npmjs.com/package/gatsby-source-shopify2 to fix the above issues. Not sure if changes are being taken in for this project given that a pull request has been pending for...
You should use fragments here as mentioned in https://www.gatsbyjs.org/packages/gatsby-image/#two-types-of-responsive-images
You need to access index of images which is an array and also you are missing localFile property. So something like the following should work:- ``
I think it's some minor issue with the code. Given that you are able to query localFile in graphiql, data is being fetched properly from Shopify. Can you share the...