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 ● CardMerchantPayment object ● CardPaymentMandate object ● CheckMerchantPayment object ● InternalPaymentDirectDebitMandate object ● InternalReceivedDirectDebitMandate object ● MerchantPayment interface ● Payment object ● PaymentMandate interface ● SepaDirectDebitMerchantPayment object ● SEPAPaymentDirectDebitMandate object ● SEPAReceivedDirectDebitMandate object ● StandingOrder object ● TrustedBeneficiary interface ● TrustedInternalBeneficiary object ● TrustedInternationalBeneficiary object ● TrustedSepaBeneficiary object