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