Objects

RatingType

Type containing product rating information

Type containing product rating information

type RatingType {
  score: Decimal!
  voteCount: Int!
}

Fields

score ● Decimal! non-null scalar required

Rating score

voteCount ● Int! non-null scalar required

Vote count

Member Of

ProductType object