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