ProductReviewsStatistics
No description
type ProductReviewsStatistics {
total: Int!
average: Float!
starsCount: ProductStarsCount!
}
Fields
ProductReviewsStatistics.total ● Int! non-null scalar
ProductReviewsStatistics.average ● Float! non-null scalar
ProductReviewsStatistics.starsCount ● ProductStarsCount! non-null object
Member Of
Product object