Alokai

ConfigurableProductOption

Contains details about configurable product options.

type ConfigurableProductOption = {
  __typename?: 'ConfigurableProductOption'; /** An attribute code that uniquely identifies a configurable option. */
  attribute_code: Scalars['String']['output']; /** The display name of the option. */
  label: Scalars['String']['output']; /** The unique ID of the configurable option. */
  uid: Scalars['ID']['output']; /** An array of values that are applicable for this option. */
  values?: Maybe<Array<Maybe<ConfigurableProductOptionValue>>>;
};

Referenced Types

On this page