Skip to main content

checkouts

List all checkouts. Requires MANAGE_CHECKOUTS permission.

checkouts(
before: String
after: String
first: Int
last: Int
): CheckoutCountableConnection!

Arguments

checkouts.before ● String scalar

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

checkouts.after ● String scalar

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

checkouts.first ● Int scalar

Returns the first n items from the list.

checkouts.last ● Int scalar

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

Type

CheckoutCountableConnection object

A connection to a list of items.

Was this page helpful?