OBJECT

Rural

Rural Type

link GraphQL Schema definition

  • type Rural {
  • # annual rainfall of the RuralType
  • annualRainfall: String
  • # The location of the auction if present
  • auctionLocation: String
  • # bathrooms of the RuralType
  • bathrooms: Int
  • # bedrooms of the RuralType
  • bedrooms: Int
  • # Number of carport spaces in the property
  • carportSpaces: Int
  • # carrying capacity of the RuralType
  • carryingCapacity: String
  • # council rates of the RuralType
  • councilRates: String
  • # Eco Friendly features
  • ecoFriendlyFeatures: [EcoFriendlyFeaturesEnum!]!
  • # energy efficiency rating of the property
  • energyEfficiencyRating: String
  • # ensuites in the property
  • ensuites: Int
  • # fencing of the RuralType
  • fencing: String
  • # 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
  • # improvements of the RuralType
  • improvements: String
  • # Indoor features
  • indoorFeatures: [IndoorFeaturesEnum!]!
  • # irrigation of the RuralType
  • irrigation: String
  • # 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 RuralType
  • price: Money
  • # property type of the RuralType
  • propertyType: String
  • # soil types of the RuralType
  • soilTypes: String
  • # status of the RuralType
  • status: RuralStatusEnum!
  • # toilets in the property
  • toilets: Int
  • }