I’m building a Gatsby site using Shopify API. I’m fairly new to this and am trying to query a meta field I’ve set on my products for simply a nutritional panel image. I have tried and succeeded in getting the GID of the image which is displaying on the front end, but am lost on how to translate that into a useable url for the front end.
Hi Snarkov,
There is a URL field on the image object, that returns the URL of an image hosted on Shopify which you should be able to access via the MediaImage object in your query.