Skip to main content

CheckoutEventCountableConnection

No description

type CheckoutEventCountableConnection {
pageInfo: PageInfo!
edges: [CheckoutEventCountableEdge!]!
totalCount: Int
}

Fields

CheckoutEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

CheckoutEventCountableConnection.edges ● [CheckoutEventCountableEdge!]! non-null object

CheckoutEventCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

checkoutEvents query

Was this page helpful?