Skip to main content

LedgerCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

LedgerCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

ledgers query

Was this page helpful?