© 2026 Hedgehog Software, LLC
api.shopifyProduct.findMany({ select: { media: { edges: { node: { id: true, image: true, alt: true, }, }, }, }, });