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