INPUT_OBJECT

HeatingCoolingFeaturesInput

H/C features boolean map.

link GraphQL Schema definition

  • input HeatingCoolingFeaturesInput {
  • # Does the property have air conditioning?
  • air_conditioning: Boolean
  • # Does the property have an ceiling heating?
  • ceiling_heating: Boolean
  • # Does the property have central heating?
  • central_heating: Boolean
  • # Does the property have an building central heating?
  • central_heating_building: Boolean
  • # Does the property have an district heating?
  • district_heating: Boolean
  • # Does the property have floor heating?
  • floor_heating: Boolean
  • # Does the property have an individual heating?
  • individual_heating: Boolean
  • # Does the property have an insert pellets?
  • pellets_insert: Boolean
  • # Does the property have an standalone pellets?
  • pellets_standalone: Boolean
  • # Does the property have an insert wood stove?
  • wood_stove_insert: Boolean
  • # Does the property have an standalone wood stove?
  • wood_stove_standalone: Boolean
  • }