OBJECT

ModelFilterOption

Minimal subset of Model type which can be used to build a model filter for advert search

link GraphQL Schema definition

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