OBJECT

ResidentialSale

Residential Sale Type

link GraphQL Schema definition

  • type ResidentialSale {
  • # The location of the auction if present
  • auctionLocation: String
  • # bathrooms of the ResidentialSaleType
  • bathrooms: Int
  • # bedrooms of the ResidentialSaleType
  • bedrooms: Int
  • # Number of carport spaces in the property
  • carportSpaces: Int
  • # When the ResidentialSaleType was created
  • createdAt: ISO8601DateTime!
  • # Eco Friendly features
  • ecoFriendlyFeatures: [EcoFriendlyFeaturesEnum!]!
  • # energy efficiency rating of the property
  • energyEfficiencyRating: String
  • # ensuites in the property
  • ensuites: Int
  • # is the property established or under development
  • establishedOrDevelopment: EstablishedOrDevelopmentEnum
  • # Number of garage spaces in the property
  • garageSpaces: Int
  • # Heating Cooling features
  • heatingCoolingFeatures: [HeatingCoolingFeaturesEnum!]!
  • # unit of house size of the property
  • houseSizeUnits: HouseSizeUnitsEnum!
  • # house size of the property
  • houseSizes: Int
  • # Indoor features
  • indoorFeatures: [IndoorFeaturesEnum!]!
  • # Home and Land package
  • isHomeAndLand: Boolean
  • # living areas of the property
  • livingAreas: Int
  • # Number of open car spaces in the property
  • openCarSpaces: Int
  • # Other features
  • otherFeatures: String
  • # Outdoor features
  • outdoorFeatures: [OutdoorFeaturesEnum!]!
  • # price of the ResidentialSaleType
  • price: Money
  • # Project that the property is associated with
  • project: Project
  • # Project Stage that the property is associated with
  • projectStage: ProjectStage
  • # property type of the ResidentialSaleType
  • propertyType: String
  • # status of the ResidentialSaleType
  • status: ResidentialSaleStatusEnum!
  • # toilets in the property
  • toilets: Int
  • # When the ResidentialSaleType was last updated
  • updatedAt: ISO8601DateTime!
  • }