nauticalOrders
No description
nauticalOrders(
filter: NauticalOrderFilterInput
sortBy: OrderSortingInput
before: String
after: String
first: Int
last: Int
): NauticalOrderCountableConnection!
Arguments
nauticalOrders.filter ● NauticalOrderFilterInput input
nauticalOrders.sortBy ● OrderSortingInput input
nauticalOrders.before ● String scalar
Returns the items in the list that come before the specified cursor.
nauticalOrders.after ● String scalar
Returns the items in the list that come after the specified cursor.
nauticalOrders.first ● Int scalar
Returns the first n items from the list.
nauticalOrders.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.