Shopify API GraphQL get multiple image thumbnails in single request
I'm working with the Shopify API using graphql, We've been tasked to implement srcset images to speed up page load times, however I'm having trouble generating a query which will pull multiple size urls. query ($tag: String!) { products(first: 10,…