Skip to main content

checkoutEvents

List of checkout events.

checkoutEvents(
filter: CheckoutEventFilterInput
sortBy: CheckoutEventSortInput
before: String
after: String
first: Int
last: Int
): CheckoutEventCountableConnection

Arguments

checkoutEvents.filter ● CheckoutEventFilterInput input

Filtering options for checkout events.

checkoutEvents.sortBy ● CheckoutEventSortInput input

Sort checkout events.

checkoutEvents.before ● String scalar

Return the elements in the list that come before the specified cursor.

checkoutEvents.after ● String scalar

Return the elements in the list that come after the specified cursor.

checkoutEvents.first ● Int scalar

Return the first n elements from the list.

checkoutEvents.last ● Int scalar

Return the last n elements from the list.

Type

CheckoutEventCountableConnection object

Was this page helpful?