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