Alokai

TextSwatchData

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

Referenced Types

On this page