OBJECT

AdvertRating

rating data for Advert

link GraphQL Schema definition

  • type AdvertRating {
  • # The number of ratings that have been submitted
  • count: Int!
  • # ID that belongs to this advert from the third party rating provider
  • externalId: String
  • # Averaged star-rating of all submitted reviews (1-5)
  • stars: Float!
  • }