nauticalDraftOrders
List of draft orders.
nauticalDraftOrders(
sortBy: OrderSortingInput
filter: NauticalOrderDraftFilterInput
before: String
after: String
first: Int
last: Int
): NauticalOrderCountableConnection
Arguments
nauticalDraftOrders.sortBy ● OrderSortingInput input
Sort draft orders.
nauticalDraftOrders.filter ● NauticalOrderDraftFilterInput input
Filtering options for draft orders.
nauticalDraftOrders.before ● String scalar
Return the elements in the list that come before the specified cursor.
nauticalDraftOrders.after ● String scalar
Return the elements in the list that come after the specified cursor.
nauticalDraftOrders.first ● Int scalar
Return the first n elements from the list.
nauticalDraftOrders.last ● Int scalar
Return the last n elements from the list.