INPUT_OBJECT

EcologyFeaturesInput

Ecology features boolean map.

link GraphQL Schema definition

  • input EcologyFeaturesInput {
  • # Does the property have double glazing windows?
  • double_glazing: Boolean
  • # Does the property have an insulated roof?
  • insulated_roof: Boolean
  • # Does the property have rainwater harvesting capabilities?
  • rainwater_harvesting: Boolean
  • # Does the property have septic tank?
  • septic_tank: Boolean
  • # Does the property have a boiler powered by solar energy?
  • solar_boiler: Boolean
  • # Does the property have solar panels?
  • solar_panels: Boolean
  • # Does the property have triple glazing?
  • triple_glazing: Boolean
  • }