CheckoutCountableConnection
No description
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
CheckoutCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Member of
User object
Was this page helpful?