OBJECT

ConditionFilterOption

Condition type which can be used to build a Condition filter for advert search

link GraphQL Schema definition

  • type ConditionFilterOption implements Node {
  • # The number of adverts associated with the condition filter option
  • count: Int!
  • id: ID!
  • name: String!
  • }