orderWithdrawalConnection
Get a paginated list of withdrawal cases with filtering and sorting
Restrictions: User needs to be logged in, results restricted by usertype
With a customer token only withdrawals tied to the logged-in customer's own orders are returned; with an admin token withdrawals for all customers are returned
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