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