Skip to main content

LedgerCountableConnection

No description

type LedgerCountableConnection {
pageInfo: PageInfo!
edges: [LedgerCountableEdge!]!
totalCount: Int
}

Fields

LedgerCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

LedgerCountableConnection.edges ● [LedgerCountableEdge!]! non-null object

LedgerCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

ledgers query

Was this page helpful?