OBJECT
PlacesShapesSearch
BD Properties By Shapes Search
link GraphQL Schema definition
- type PlacesShapesSearch {
- # Address of the Property
- : String
- # ID of the Property
- : ID!
- # latitude of the Property
- : Float
- # longitude of the Property
- : String
- # postcode of the property
- : String
- # state of the property
- : String
- # street of the property
- : String
- # street nunmber of the property
- : String
- # suburb of the property
- : String
- # unit of the property
- : String
- }