Alokai

ProductReviewRatingInput

Contains the reviewer's rating for a single aspect of a review.

type ProductReviewRatingInput = {
  id: Scalars['String']['input']; /** An encoded rating value ID. */
  value_id: Scalars['String']['input'];
};

Referenced Types

On this page