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