OBJECT

AvailabilityFilterOption

Availability type which can be used to build an availability filter for advert search

link GraphQL Schema definition

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