CheckoutEventSortInput
Sorting options for checkout events
input CheckoutEventSortInput {
direction: OrderDirection!
field: CheckoutEventSortField!
}
Fields
CheckoutEventSortInput.direction ● OrderDirection! non-null enum
Specifies the direction in which to sort checkout events.
CheckoutEventSortInput.field ● CheckoutEventSortField! non-null enum
Sort checkout events by the selected field.
Member Of
checkoutEvents query