Model
AddReviewToProduct
Magento\ReviewGraphQl\Model\Review\AddReviewToProduct
What it does
This class handles the creation and submission of product reviews through GraphQL.
Developers use it when implementing the GraphQL mutation for adding customer reviews with ratings to products.
It validates the product exists, creates the review with pending status, saves rating votes, and aggregates the review data.
Public Methods
- execute()