OBJECT

PotentialTenancyConnection

The connection type for PotentialTenancy.

link GraphQL Schema definition

  • type PotentialTenancyConnection {
  • # A list of edges.
  • edges: [PotentialTenancyEdge]
  • # A list of nodes.
  • nodes: [PotentialTenancy]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }