OrderSortingInput Input Type
No description
input OrderSortingInput {
direction: OrderDirection!
field: OrderSortField!
}
Fields
direction ● OrderDirection!
Specifies the direction in which to sort orders.
field ● OrderSortField!
Sort orders by the selected field.
Member Of
draftOrders query ● orders query