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