RatingType
No description
type RatingType {
score: Decimal!
voteCount: Int!
}
Fields
RatingType.score
● Decimal!
non-null scalar
RatingType.voteCount
● Int!
non-null scalar
Member Of
ProductType
object