Model
ProductReviewsDataProvider
Magento\ReviewGraphQl\Model\DataProvider\ProductReviewsDataProvider
What it does
This class provides product review data for GraphQL queries in Magento 2.
Developers use this data provider to fetch approved product reviews with pagination, filtering by store and product, including associated rating votes and product SKUs.
It's the main service for retrieving product review collections in the ReviewGraphQl module.
Public Methods
- getData()