import { Swatch } from '@daffodil/driver/shopify'
Color and image for visual representation.
type Swatch = { __typename?: 'Swatch'; color?: Maybe<Scalars['Color']['output']>; image?: Maybe<MediaImage>; }