OBJECT

CoreCommonProperty

Core Common Property types

link GraphQL Schema definition

  • type CoreCommonProperty {
  • # 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
  • # Owners of the Property
  • owners: String
  • # Sold date of the Property
  • soldDate: String
  • # Sold price of the Property
  • soldPrice: String
  • }