Log in

ReviewGraphQl Module

DataProvider\AggregatedReviewsDataProvider

Model

This class processes review collections and formats them for GraphQL responses. It aggregates review data including pagination information (total coun...

DataProvider\CustomerReviewsDataProvider

Model

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

Model

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

Model

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

Model

This GraphQL resolver handles the creation of product reviews through the GraphQL API. Developers use this class when implementing the createProductRe...

Resolver\Customer\Reviews

Model

This GraphQL resolver handles queries for retrieving a logged-in customer's product reviews. Developers use this class when implementing GraphQL endpo...

Resolver\ProductReviewRatingValueMetadata

Model

This resolver processes and formats product review rating value metadata for GraphQL queries. It transforms rating option data into a structured forma...

Resolver\ProductReviewRatingsMetadata

Model

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

Model

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

Model

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

Model

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

Model

This class handles the creation and submission of product reviews through GraphQL. Developers use it when implementing the GraphQL mutation for adding...