OBJECT
The connection type for Property.
type PropertyConnection {# A list of edges.edges: [PropertyEdge] # A list of nodes.nodes: [Property] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }