Skip to main content

TenantCountableConnection

A connection to a list of items.

type TenantCountableConnection {
pageInfo: PageInfo!
edges: [TenantCountableEdge!]!
totalCount: Int!
}

Fields

TenantCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

TenantCountableConnection.edges ● [TenantCountableEdge!]! non-null object

Contains the nodes in this connection

TenantCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

tenants query

Was this page helpful?