TransactionList
This one is for the "all_transactions" API
type TransactionList {
results(
limit: Int
offset: Int
orderBy: TransactionOrdering
): [Transaction!]!
totalCount: Int!
totalSelectableCount: Int
}
Fields
TransactionList.results ● [Transaction!]! non-null object
TransactionList.results.limit ● Int scalar
TransactionList.results.offset ● Int scalar
TransactionList.results.orderBy ● TransactionOrdering enum
TransactionList.totalCount ● Int! non-null scalar
TransactionList.totalSelectableCount ● Int scalar
Count of transactions that can be selected for a bulk operation given filters and preferences
Returned By
allTransactions query