INPUT_OBJECT

ComfortFeaturesInput

Comfort features boolean map.

link GraphQL Schema definition

  • input ComfortFeaturesInput {
  • # Does the property have a accessibility?
  • accessibility: Boolean
  • # Does the property have a fireplace?
  • fireplace: Boolean
  • # Does the property have a fitness room?
  • fitness_room: Boolean
  • # Is the property furbished?
  • furnished: Boolean
  • # Does the property have smart capabilities?
  • home_automation: Boolean
  • # Does the property have an home cinema?
  • home_cinema: Boolean
  • # Does the property have a sauna?
  • sauna: Boolean
  • # Presence of a seaside view
  • seaside_view: Boolean
  • # Does the property have walk-in closed?
  • walk_in_closet: Boolean
  • # Does the property have a water softener system?
  • water_softener: Boolean
  • # Does the property have a wine cellar?
  • wine_cellar: Boolean
  • }