OBJECT

SellerFilterOption

Minimal subset of Seller type which can be used to build a seller filter for advert search

link GraphQL Schema definition

  • type SellerFilterOption {
  • businessName: String!
  • # The number of adverts associated with each seller filter option
  • count: Int!
  • id: ID!
  • }