Alokai

AttributeSelectedOption

type AttributeSelectedOption = AttributeSelectedOptionInterface & {
  __typename?: 'AttributeSelectedOption'; /** The attribute selected option label. */
  label: Scalars['String']['output']; /** The attribute selected option value. */
  value: Scalars['String']['output'];
};

Referenced Types

On this page