returns
No description
returns(
filter: ReturnFulfillmentFilterInput
sortBy: ReturnFulfillmentSortingInput
identifier: ID
before: String
after: String
first: Int
last: Int
): FulfillmentCountableConnection!
Arguments
returns.filter ● ReturnFulfillmentFilterInput input
returns.sortBy ● ReturnFulfillmentSortingInput input
returns.identifier ● ID scalar
returns.before ● String scalar
Returns the items in the list that come before the specified cursor.
returns.after ● String scalar
Returns the items in the list that come after the specified cursor.
returns.first ● Int scalar
Returns the first n items from the list.
returns.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
FulfillmentCountableConnection object
A connection to a list of items.