Skip to main content

AccountTransactionsPayload

No description

type AccountTransactionsPayload {
pageInfo: PageInfo!
pendingTransactions: [PendingTransactionItem!]
transactions: [AccountTransaction!]!
}

Fields

AccountTransactionsPayload.pageInfo ● PageInfo! non-null object

AccountTransactionsPayload.pendingTransactions ● [PendingTransactionItem!] list object

Pending transactions must be explicitly queried for in order to be included in the response from the resolver. As such, it is intentionally optional. This type is an interface that the various types of 'pending' transactions we support returning need to implement, such as ACH transfers, investments transfers, check deposits, etc.

AccountTransactionsPayload.transactions ● [AccountTransaction!]! non-null object

Returned by

accountTransactions query