OBJECT
PropertyPriceChangeLogConnection
The connection type for PropertyPriceChangeLog.
link GraphQL Schema definition
- type PropertyPriceChangeLogConnection {
- # A list of edges.
- PropertyPriceChangeLogEdge] : [
- # A list of nodes.
- PropertyPriceChangeLog] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }