INPUT_OBJECT
PropertyAndLandInput
Property and land group.
link GraphQL Schema definition
- input PropertyAndLandInput {
- # The cadastral income.
- : Float
- # What type of flood risk the property is in?
- : FloodRisk
- # A metric used to assess the level of flood risk associated with a specific
- # building or structure
- : ADScale
- # A metric used to assess the level of flood risk associated with a specific plot
- # of land
- : ADScale
- # Land use designation details.
- : LandUseDesignation
- # The year the property was purchased by the current owner.
- : Int
- }