INPUT_OBJECT

PropertyAndLandInput

Property and land group.

link GraphQL Schema definition

  • input PropertyAndLandInput {
  • # The cadastral income.
  • cadastral_income: Float
  • # What type of flood risk the property is in?
  • flood_risk: FloodRisk
  • # A metric used to assess the level of flood risk associated with a specific
  • # building or structure
  • flood_risk_building_score: ADScale
  • # A metric used to assess the level of flood risk associated with a specific plot
  • # of land
  • flood_risk_plot_score: ADScale
  • # Land use designation details.
  • land_use_designation: LandUseDesignation
  • # The year the property was purchased by the current owner.
  • purchased_year: Int
  • }