CheckoutLineCountableConnection Object
No description
type CheckoutLineCountableConnection {
pageInfo: PageInfo!
edges: [CheckoutLineCountableEdge!]!
totalCount: Int
}
Fields
pageInfo ● PageInfo!
Pagination data for this connection.
edges ● [CheckoutLineCountableEdge!]!
totalCount ● Int
A total count of items in the collection.
Returned By
checkoutLines query