CheckoutEventSortInput
No description
input CheckoutEventSortInput {
direction: OrderDirection!
field: CheckoutEventSortField!
}
Fields
CheckoutEventSortInput.direction ● OrderDirection! non-null enum
Specifies the direction in which to sort products.
CheckoutEventSortInput.field ● CheckoutEventSortField! non-null enum
Sort checkout_events by the selected field.
Member Of
checkoutEvents query