OBJECT
ResidentialSale
Residential Sale Type
link GraphQL Schema definition
- type ResidentialSale {
- # The location of the auction if present
- String :
- # bathrooms of the ResidentialSaleType
- Int :
- # bedrooms of the ResidentialSaleType
- Int :
- # Number of carport spaces in the property
- Int :
- # When the ResidentialSaleType was created
- ISO8601DateTime! :
- # Eco Friendly features
- EcoFriendlyFeaturesEnum!]! : [
- # energy efficiency rating of the property
- String :
- # ensuites in the property
- Int :
- # is the property established or under development
- EstablishedOrDevelopmentEnum :
- # Number of garage spaces in the property
- Int :
- # Heating Cooling features
- HeatingCoolingFeaturesEnum!]! : [
- # unit of house size of the property
- HouseSizeUnitsEnum! :
- # house size of the property
- Int :
- # Indoor features
- IndoorFeaturesEnum!]! : [
- # Home and Land package
- Boolean :
- # living areas of the property
- Int :
- # Number of open car spaces in the property
- Int :
- # Other features
- String :
- # Outdoor features
- OutdoorFeaturesEnum!]! : [
- # price of the ResidentialSaleType
- Money :
- # Project that the property is associated with
- Project :
- # Project Stage that the property is associated with
- ProjectStage :
- # property type of the ResidentialSaleType
- String :
- # status of the ResidentialSaleType
- ResidentialSaleStatusEnum! :
- # toilets in the property
- Int :
- # When the ResidentialSaleType was last updated
- ISO8601DateTime! :
- }