INPUT_OBJECT

PropertyAccessibilityInput

Accessibility information.

link GraphQL Schema definition

  • input PropertyAccessibilityInput {
  • # Does the property has an alarm system?
  • alarm: Boolean
  • # Is the property protected by an code?
  • alarm_code: String
  • # Does the property has keys?
  • key_available: Boolean
  • }