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