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