GitHub

ShopifySwatch

interface

import { ShopifySwatch } from '@daffodil/driver/shopify'

Color and image for visual representation.

interface ShopifySwatch {
  __typename: "Swatch"
  color: Maybe<Scalars['Color']['output']>
  image: ShopifyMediaImage
}

Properties

__typename
"Swatch"
color
Maybe<Scalars['Color']['output']>

The swatch color.

image
ShopifyMediaImage

The swatch image.