Skip to main content

paymentTransactions

Permission required: payment_transaction:query:payment_transactions

paymentTransactions(
after: String
before: String
filter: TransactionComplexFilterInput
first: Int
last: Int
): TransactionConnection

Arguments

paymentTransactions.after ● String scalar

Returns the elements in the list that come after the specified cursor.

paymentTransactions.before ● String scalar

Returns the elements in the list that come before the specified cursor.

paymentTransactions.filter ● TransactionComplexFilterInput input

paymentTransactions.first ● Int scalar

Returns the first _n_ elements from the list.

paymentTransactions.last ● Int scalar

Returns the last _n_ elements from the list.

Type

TransactionConnection object

The connection type for Transaction.