OBJECT
Rural
Rural Type
link GraphQL Schema definition
- type Rural {
- # annual rainfall of the RuralType
- : String
- # The location of the auction if present
- : String
- # bathrooms of the RuralType
- : Int
- # bedrooms of the RuralType
- : Int
- # Number of carport spaces in the property
- : Int
- # carrying capacity of the RuralType
- : String
- # council rates of the RuralType
- : String
- # Eco Friendly features
- : [EcoFriendlyFeaturesEnum!]!
- # energy efficiency rating of the property
- : String
- # ensuites in the property
- : Int
- # fencing of the RuralType
- : String
- # 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
- # improvements of the RuralType
- : String
- # Indoor features
- : [IndoorFeaturesEnum!]!
- # irrigation of the RuralType
- : String
- # living areas of the property
- : Int
- # Number of open car spaces in the property
- : Int
- # Other features
- : String
- # Outdoor features
- : [OutdoorFeaturesEnum!]!
- # price of the RuralType
- : Money
- # property type of the RuralType
- : String
- # soil types of the RuralType
- : String
- # status of the RuralType
- : RuralStatusEnum!
- # toilets in the property
- : Int
- }