CheckoutEventCountableConnection
A connection to a list of items.
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
Contains the nodes in this connection
CheckoutEventCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
checkoutEvents query