CheckoutCountableConnection
No description
type CheckoutCountableConnection {
pageInfo: PageInfo!
edges: [CheckoutCountableEdge!]!
totalCount: Int
}
Fields
CheckoutCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
CheckoutCountableConnection.edges
● [CheckoutCountableEdge!]!
non-null object checkout
CheckoutCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
checkouts
query
Member Of
User
object