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