Alokai

ProductReviewRatingMetadata

Contains details about a single aspect of a product review.

type ProductReviewRatingMetadata = {
  __typename?: 'ProductReviewRatingMetadata'; /** An encoded rating ID. */
  id: Scalars['String']['output']; /** The label assigned to an aspect of a product that is being rated, such as quality or price. */
  name: Scalars['String']['output']; /** List of product review ratings sorted by position. */
  values: Array<Maybe<ProductReviewRatingValueMetadata>>;
};

Referenced Types

On this page