ReviewGraphQl Module
DataProvider\AggregatedReviewsDataProvider
This class processes review collections and formats them for GraphQL responses. It aggregates review data including pagination information (total coun...
DataProvider\CustomerReviewsDataProvider
This class provides customer review data for GraphQL queries in Magento 2. Developers use it to retrieve a paginated collection of reviews written by...
DataProvider\ProductReviewsDataProvider
This class provides product review data for GraphQL queries in Magento 2. Developers use this data provider to fetch approved product reviews with pag...
DataProvider\ReviewRatingsDataProvider
This class retrieves rating vote data for product reviews in GraphQL queries. Developers use it to fetch the individual rating scores (like quality, v...
Resolver\CreateProductReview
This GraphQL resolver handles the creation of product reviews through the GraphQL API. Developers use this class when implementing the createProductRe...
Resolver\Customer\Reviews
This GraphQL resolver handles queries for retrieving a logged-in customer's product reviews. Developers use this class when implementing GraphQL endpo...
Resolver\ProductReviewRatingValueMetadata
This resolver processes and formats product review rating value metadata for GraphQL queries. It transforms rating option data into a structured forma...
Resolver\ProductReviewRatingsMetadata
This resolver provides metadata about product review rating options available in the store through GraphQL queries. Developers use this class when bui...
Resolver\Product\RatingSummary
This GraphQL resolver retrieves and returns the average rating summary for a product in Magento 2. Developers use this class when they need to expose...
Resolver\Product\ReviewCount
This GraphQL resolver retrieves the total count of approved reviews for a product in Magento 2. Developers use this class to provide review count data...
Resolver\Product\Reviews
This GraphQL resolver handles requests for product reviews data in Magento 2's GraphQL API. Developers would use this class when implementing or custo...
Review\AddReviewToProduct
This class handles the creation and submission of product reviews through GraphQL. Developers use it when implementing the GraphQL mutation for adding...