CheckoutCountableConnection
A connection to a list of items.
type CheckoutCountableConnection {
pageInfo: PageInfo!
edges: [CheckoutCountableEdge!]!
totalCount: Int!
}
Fields
CheckoutCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
CheckoutCountableConnection.edges ● [CheckoutCountableEdge!]! non-null object
Contains the nodes in this connection
CheckoutCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
checkouts query