paymentExternalTransactions
Permission required: payment_transaction:query:payment_external_transactions
paymentExternalTransactions(
after: String
before: String
filter: PaymentExternalTransactionComplexFilterInput
first: Int
last: Int
): PaymentExternalTransactionConnection
Arguments
paymentExternalTransactions.after ● String scalar
Returns the elements in the list that come after the specified cursor.
paymentExternalTransactions.before ● String scalar
Returns the elements in the list that come before the specified cursor.
paymentExternalTransactions.filter ● PaymentExternalTransactionComplexFilterInput input
paymentExternalTransactions.first ● Int scalar
Returns the first _n_ elements from the list.
paymentExternalTransactions.last ● Int scalar
Returns the last _n_ elements from the list.
Type
PaymentExternalTransactionConnection object
The connection type for PaymentExternalTransaction.