OBJECT

PriceFinderSuggestion

PriceFinder Suggestions

link GraphQL Schema definition

  • type PriceFinderSuggestion {
  • # ID of the Address
  • id: ID!
  • # lot no of the Address
  • lotNo: String
  • # postcode of the Address
  • postcode: String
  • # state of the Address
  • state: String
  • # street of the Address
  • street: String
  • # street no of the Address
  • streetNo: String
  • # Suburb of the address
  • suburb: String
  • # Unit no of the property
  • unit: String
  • }