paymentDisputes
Permission required: payment_dispute:query:payment_disputes
paymentDisputes(
after: String
before: String
filter: DisputeComplexFilterInput
first: Int
last: Int
): DisputeConnection
Arguments
paymentDisputes.after ● String scalar
Returns the elements in the list that come after the specified cursor.
paymentDisputes.before ● String scalar
Returns the elements in the list that come before the specified cursor.
paymentDisputes.filter ● DisputeComplexFilterInput input
paymentDisputes.first ● Int scalar
Returns the first _n_ elements from the list.
paymentDisputes.last ● Int scalar
Returns the last _n_ elements from the list.
Type
DisputeConnection object
The connection type for Dispute.