INPUT_OBJECT
HeatingCoolingFeaturesInput
H/C features boolean map.
link GraphQL Schema definition
- input HeatingCoolingFeaturesInput {
- # Does the property have air conditioning?
- Boolean :
- # Does the property have an ceiling heating?
- Boolean :
- # Does the property have central heating?
- Boolean :
- # Does the property have an building central heating?
- Boolean :
- # Does the property have an district heating?
- Boolean :
- # Does the property have floor heating?
- Boolean :
- # Does the property have an individual heating?
- Boolean :
- # Does the property have an insert pellets?
- Boolean :
- # Does the property have an standalone pellets?
- Boolean :
- # Does the property have an insert wood stove?
- Boolean :
- # Does the property have an standalone wood stove?
- Boolean :
- }