INPUT_OBJECT
EcologyFeaturesInput
Ecology features boolean map.
link GraphQL Schema definition
- input EcologyFeaturesInput {
- # Does the property have double glazing windows?
- : Boolean
- # Does the property have an insulated roof?
- : Boolean
- # Does the property have rainwater harvesting capabilities?
- : Boolean
- # Does the property have septic tank?
- : Boolean
- # Does the property have a boiler powered by solar energy?
- : Boolean
- # Does the property have solar panels?
- : Boolean
- # Does the property have triple glazing?
- : Boolean
- }