OBJECT

TaxonFilterOption

Minimal subset of Taxon type which can be used to build a taxonomy filter for advert search

link GraphQL Schema definition

  • type TaxonFilterOption {
  • # The number of adverts associated with each taxon filter option
  • count: Int!
  • displayName: String!
  • # True if the taxon filter option has child taxon filter options
  • hasChildren: Boolean!
  • id: ID!
  • parentId: ID
  • # The URL subpath associated with the given taxon.
  • #
  • # Mostly used for building URLs for advert search results.
  • urlSlug: String!
  • }