OBJECT
rating data for Advert
type AdvertRating {# The number of ratings that have been submittedcount: Int! # ID that belongs to this advert from the third party rating providerexternalId: String # Averaged star-rating of all submitted reviews (1-5)stars: Float! }