Alokai

ColorSwatchData

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

Referenced Types

On this page