OBJECT

Land

Land Type

link GraphQL Schema definition

  • type Land {
  • # The location of the auction if present
  • auctionLocation: String
  • # cross over of the property
  • crossOver: LandCrossOverEnum
  • # frontage of the property
  • frontage: Float
  • # left depth of property
  • leftDepth: Float
  • # Outdoor features
  • outdoorFeatures: [LandOutdoorFeaturesEnum!]!
  • # price of the LandType
  • price: Money
  • # Project that the property is associated with
  • project: Project
  • # Project Stage that the property is associated with
  • projectStage: ProjectStage
  • # rear depth of property
  • rearDepth: Float
  • # right depth of property
  • rightDepth: Float
  • # status of the LandType
  • status: LandStatusEnum!
  • }