OBJECT

BrandFilterOption

Minimal subset of Brand type which can be used to build a brand filter for advert search

link GraphQL Schema definition

  • type BrandFilterOption {
  • # The number of adverts associated with each brand filter option
  • count: Int!
  • id: ID!
  • name: String!
  • # The URL subpath associated with the given brand.
  • #
  • # Mostly used for building URLs for advert search results.
  • slug: String!
  • }