OBJECT

CoreLogicFullProperty

Full CoreLogic Property Details for React Page

link GraphQL Schema definition

  • type CoreLogicFullProperty {
  • # Property address details from CoreLogic API
  • address: JSON
  • # Raw property details from CoreLogic API
  • attributes: JSON
  • # Legal copyrights and disclaimers (array or map)
  • copyrightsAndDisclaimers: JSON
  • # CoreLogic RP domains for the region
  • coreLogicRpDomains: JSON
  • # Errors encountered while fetching property details
  • errors: [String!]!
  • # Property features derived from CoreLogic API
  • features: [ID!]
  • # ID of the Property
  • id: ID!
  • # Images/photos from CoreLogic API
  • images: JSON
  • # Last sale details from CoreLogic API
  • lastSale: JSON
  • # Ownership/contact info from CoreLogic API
  • ownership: JSON
  • # Sales history/timeline from CoreLogic API
  • salesHistory: JSON
  • }