SwatchData
Describes the swatch type and a value.
type SwatchData = {
__typename?: 'SwatchData'; /** The type of swatch filter item: 1 - text; 2 - image. */
type?: Maybe<Scalars['String']['output']>; /** The value for the swatch item. It could be text or an image link. */
value?: Maybe<Scalars['String']['output']>;
};