import { ShopifySwatch } from '@daffodil/driver/shopify'
Color and image for visual representation.
interface ShopifySwatch {
__typename: "Swatch"
color: Maybe<Scalars['Color']['output']>
image: ShopifyMediaImage
}
__typename "Swatch" |
|---|
color Maybe<Scalars['Color']['output']> |
|---|
The swatch color. |
image ShopifyMediaImage |
|---|
The swatch image. |