Skip to main content

draftOrders

List of draft orders.

draftOrders(
sortBy: OrderSortingInput
filter: OrderDraftFilterInput
identifier: ID
before: String
after: String
first: Int
last: Int
): OrderCountableConnection

Arguments

draftOrders.sortBy ● OrderSortingInput input

Sort draft orders.

draftOrders.filter ● OrderDraftFilterInput input

Filtering options for draft orders.

draftOrders.identifier ● ID scalar

Seller global id to filter by

draftOrders.before ● String scalar

Return the elements in the list that come before the specified cursor.

draftOrders.after ● String scalar

Return the elements in the list that come after the specified cursor.

draftOrders.first ● Int scalar

Return the first n elements from the list.

draftOrders.last ● Int scalar

Return the last n elements from the list.

Type

OrderCountableConnection object

Was this page helpful?