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.
Returned by
checkouts
query
Member of
User
object