refunds
List of refunds.
refunds(
filter: RefundFilterInput
sortBy: RefundSortingInput
before: String
after: String
first: Int
last: Int
): RefundCountableConnection
Arguments
refunds.filter ● RefundFilterInput input
Filtering options for refunds.
refunds.sortBy ● RefundSortingInput input
Sort refunds.
refunds.before ● String scalar
Return the elements in the list that come before the specified cursor.
refunds.after ● String scalar
Return the elements in the list that come after the specified cursor.
refunds.first ● Int scalar
Return the first n elements from the list.
refunds.last ● Int scalar
Return the last n elements from the list.