OBJECT
PropertyPriceChangeLog
Property price change record
link GraphQL Schema definition
- type PropertyPriceChangeLog {
- # New advertised price of the property
- String :
- # Old advertised price of the property
- String :
- # When the property price change log was created
- ISO8601DateTime! :
- # ID of the Property price change log
- ID! :
- # New price of the property
- Float :
- # Old price of the property
- Float :
- # Property for which the price change log was created
- Property :
- # When the property price change log was last updated
- ISO8601DateTime! :
- # User ID of the user who created the property price change log
- User :
- # The visible_to_vendor of the property price change
- Boolean! :
- }