Skip to main content

orderWithdrawalConnection

Get a paginated list of withdrawal cases with filtering and sorting

orderWithdrawalConnection(
filter: OrderWithdrawalFilter
sort: [OrderWithdrawalSort!]! = [object Object]
first: Int! = 30
after: String
offset: Int = 0
): OrderWithdrawalConnection

Arguments

filter ● OrderWithdrawalFilter

Filter withdrawal cases

sort ● [OrderWithdrawalSort!]!

Sort withdrawal cases

first ● Int!

Number of results to return

after ● String

Cursor for pagination

offset ● Int

Offset for pagination

Type

OrderWithdrawalConnection