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
- Int! :
- String! :
- # True if the taxon filter option has child taxon filter options
- Boolean! :
- ID! :
- ID :
- # The URL subpath associated with the given taxon.
- #
- # Mostly used for building URLs for advert search results.
- String! :
- }