Skip to main content

CheckoutsPage

A page of checkouts with offset/limit pagination metadata.

type CheckoutsPage {
items: [Checkout!]!
pageInfo: PageInfo!
}

Fields

CheckoutsPage.items ● [Checkout!]! non-null object

The checkouts on this page, ordered newest first.

CheckoutsPage.pageInfo ● PageInfo! non-null object

Offset/limit pagination metadata (totalCount, limit, offset) for this result set.

Returned By

checkouts query ● myCheckouts query