Skip to main content

paymentExternalDisputes

Permission required: payment_dispute:query:payment_external_disputes

paymentExternalDisputes(
after: String
before: String
filter: PaymentExternalDisputeComplexFilterInput
first: Int
last: Int
): PaymentExternalDisputeConnection

Arguments

paymentExternalDisputes.after ● String scalar

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

paymentExternalDisputes.before ● String scalar

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

paymentExternalDisputes.filter ● PaymentExternalDisputeComplexFilterInput input

paymentExternalDisputes.first ● Int scalar

Returns the first _n_ elements from the list.

paymentExternalDisputes.last ● Int scalar

Returns the last _n_ elements from the list.

Type

PaymentExternalDisputeConnection object

The connection type for PaymentExternalDispute.