Alokai

CreateProductReviewOutput

Contains the completed product review.

type CreateProductReviewOutput = {
  __typename?: 'CreateProductReviewOutput'; /** Product review details. */
  review: ProductReview;
};

Referenced Types

On this page