import { ShopifyProductOptionValueSwatch } from '@daffodil/driver/shopify'
A visual representation for a ProductOptionValue, such as a color or image. Swatches help customers visualize options like "Red" or "Blue" without relying solely on text labels.
interface ShopifyProductOptionValueSwatch {
__typename: "ProductOptionValueSwatch"
color: Maybe<Scalars['Color']['output']>
image: ShopifyMedia
}
__typename "ProductOptionValueSwatch" |
|---|
color Maybe<Scalars['Color']['output']> |
|---|
The swatch color. |
image ShopifyMedia |
|---|
The swatch image. |