Skip to main content

checkoutEvents

List checkout events.

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

Arguments

checkoutEvents.filter ● CheckoutEventFilterInput input

checkoutEvents.sortBy ● CheckoutEventSortInput input

checkoutEvents.before ● String scalar

Returns the items in the list that come before the specified cursor.

checkoutEvents.after ● String scalar

Returns the items in the list that come after the specified cursor.

checkoutEvents.first ● Int scalar

Returns the first n items from the list.

checkoutEvents.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

CheckoutEventCountableConnection object

A connection to a list of items.

Was this page helpful?