INPUT_OBJECT

OccupancyAttributesInput

Occupancy group.

link GraphQL Schema definition

  • input OccupancyAttributesInput {
  • # The date when the property will be available. Example: 2018-11-13
  • available_from: JSONDate
  • # The details of the current occupant.
  • contact_details: String
  • # If the property is currently occupied.
  • occupied: Boolean
  • vacant: Boolean
  • }