© 2026 Hedgehog Software, LLC
field on shopifyProduct { options { name } }
"allOptions": [ { "name": "Color" }, { "name": "Size" } ]
field on shopifyProduct { concat(options.name) }