OBJECT
Land
Land Type
link GraphQL Schema definition
- type Land {
- # The location of the auction if present
- String :
- # cross over of the property
- LandCrossOverEnum :
- # frontage of the property
- Float :
- # left depth of property
- Float :
- # Outdoor features
- LandOutdoorFeaturesEnum!]! : [
- # price of the LandType
- Money :
- # Project that the property is associated with
- Project :
- # Project Stage that the property is associated with
- ProjectStage :
- # rear depth of property
- Float :
- # right depth of property
- Float :
- # status of the LandType
- LandStatusEnum! :
- }