Alokai

ConfigurableVariant

Contains all the simple product variants of a configurable product.

type ConfigurableVariant = {
  __typename?: 'ConfigurableVariant'; /** An array of configurable attribute options. */
  attributes?: Maybe<Array<Maybe<ConfigurableAttributeOption>>>; /** An array of linked simple products. */
  product?: Maybe<SimpleProduct>;
};

Referenced Types

On this page