Alokai

AttributeSelectedOptions

type AttributeSelectedOptions = AttributeValueInterface & {
  __typename?: 'AttributeSelectedOptions'; /** The attribute code. */
  code: Scalars['ID']['output'];
  selected_options: Array<Maybe<AttributeSelectedOptionInterface>>;
};

Referenced Types

On this page