Model
Reviews
Magento\ReviewGraphQl\Model\Resolver\Product\Reviews
What it does
This GraphQL resolver handles requests for product reviews data in Magento 2's GraphQL API.
Developers would use this class when implementing or customizing the GraphQL endpoint that retrieves reviews for a specific product, including pagination support.
It validates input parameters, checks if reviews are enabled, and delegates data fetching to specialized data providers.
Public Methods
- resolve()