OBJECT

CoreLogicProperty

CoreLogic Properties

link GraphQL Schema definition

  • type CoreLogicProperty {
  • # Address of the Property
  • address: String
  • # No of baths of the Property
  • baths: String
  • # No of beds of the Property
  • beds: String
  • # No of cars of the Property
  • cars: String
  • # distance of the Property
  • distance: String
  • # ID of the Property
  • id: ID!
  • # large_photo_url of the Property
  • largePhotoUrl: String
  • # latitude of the Property
  • latitude: String
  • # longitude of the Property
  • longitude: String
  • # medium_photo_url of the Property
  • mediumPhotoUrl: String
  • # owners of the Property
  • owners: String
  • # postcode of the Property
  • postcode: String
  • # Size of the Property
  • propertySize: String
  • # sold date of the Property
  • soldDate: String
  • # sold price of the Property
  • soldPrice: String
  • # state of the Property
  • state: String
  • # street of the Property
  • street: String
  • # street no of the Property
  • streetNo: String
  • # Suburb of the Property
  • suburb: String
  • # thumbnail_photo_url of the Property
  • thumbnailSquare: String
  • # Unit no of the Property
  • unit: String
  • }