OBJECT

PlacesShapesSearch

BD Properties By Shapes Search

link GraphQL Schema definition

  • type PlacesShapesSearch {
  • # Address of the Property
  • address: String
  • # ID of the Property
  • id: ID!
  • # latitude of the Property
  • latitude: Float
  • # longitude of the Property
  • longitude: String
  • # postcode of the property
  • postcode: String
  • # state of the property
  • state: String
  • # street of the property
  • street: String
  • # street nunmber of the property
  • streetNo: String
  • # suburb of the property
  • suburb: String
  • # unit of the property
  • unit: String
  • }