WalletTransactionsConnection
A Relay cursor connection over WalletTransaction records. Page with first/after; pass pageInfo.endCursor back as after for the next page.
type WalletTransactionsConnection {
edges: [WalletTransactionEdge!]!
pageInfo: ConnectionPageInfo!
totalCount: Int
}
Fields
WalletTransactionsConnection.edges ● [WalletTransactionEdge!]! non-null object
Edges on this page.
WalletTransactionsConnection.pageInfo ● ConnectionPageInfo! non-null object
Pagination metadata.
WalletTransactionsConnection.totalCount ● Int scalar
Total matching records across all pages, when known (null for sources that do not compute a total).