Skip to main content

TransactionConnection

Please see the Connection interface

type TransactionConnection implements Connection {
pageInfo: PageInfo!
totalCount: Int!
edges: [TransactionEdge!]!
}

Fields

TransactionConnection.pageInfo ● PageInfo! non-null object

TransactionConnection.totalCount ● Int! non-null scalar

TransactionConnection.edges ● [TransactionEdge!]! non-null object

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

transactions query

Member Of

Account object ● Card object ● InternalPaymentDirectDebitMandate object ● InternalReceivedDirectDebitMandate object ● Payment object ● PaymentMandate interface ● SEPAPaymentDirectDebitMandate object ● SEPAReceivedDirectDebitMandate object ● TrustedBeneficiary interface ● TrustedInternalBeneficiary object ● TrustedInternationalBeneficiary object ● TrustedSepaBeneficiary object