OBJECT
CoreLogicProperty
CoreLogic Properties
link GraphQL Schema definition
- type CoreLogicProperty {
- # Address of the Property
- String :
- # No of baths of the Property
- String :
- # No of beds of the Property
- String :
- # No of cars of the Property
- String :
- # distance of the Property
- String :
- # ID of the Property
- ID! :
- # large_photo_url of the Property
- String :
- # latitude of the Property
- String :
- # longitude of the Property
- String :
- # medium_photo_url of the Property
- String :
- # owners of the Property
- String :
- # postcode of the Property
- String :
- # Size of the Property
- String :
- # sold date of the Property
- String :
- # sold price of the Property
- String :
- # state of the Property
- String :
- # street of the Property
- String :
- # street no of the Property
- String :
- # Suburb of the Property
- String :
- # thumbnail_photo_url of the Property
- String :
- # Unit no of the Property
- String :
- }