Log in
Model

CustomerReviewsDataProvider

Magento\ReviewGraphQl\Model\DataProvider\CustomerReviewsDataProvider

What it does

This class provides customer review data for GraphQL queries in Magento 2.

Developers use it to retrieve a paginated collection of reviews written by a specific customer, filtered by store, and enriched with product SKU and rating vote information.

It's primarily used by GraphQL resolvers to fetch customer review data for the storefront or customer account pages.

Public Methods

  • getData()