ImageSwatchData
type ImageSwatchData = SwatchDataInterface & {
__typename?: 'ImageSwatchData'; /** The URL assigned to the thumbnail of the swatch image. */
thumbnail?: Maybe<Scalars['String']['output']>; /** The value can be represented as color (HEX code), image link, or text. */
value?: Maybe<Scalars['String']['output']>;
};