OBJECT

RatingFilterOption

Minimal subset of Rating type which can be used to build a rating filter for advert search

link GraphQL Schema definition

  • type RatingFilterOption {
  • # The number of adverts associated with each rating filter option
  • count: Int!
  • name: String!
  • }