Alokai

ProductCustomAttributes

Product custom attributes

type ProductCustomAttributes = {
  __typename?: 'ProductCustomAttributes'; /** Errors when retrieving custom attributes metadata. */
  errors: Array<Maybe<AttributeMetadataError>>; /** Requested custom attributes */
  items: Array<Maybe<AttributeValueInterface>>;
};

Referenced Types

On this page