Skip to main content

TenantCountableConnection

No description

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

TenantCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

tenants query

Was this page helpful?