CheckoutLineCountableConnection
No description
type CheckoutLineCountableConnection {
pageInfo: PageInfo!
edges: [CheckoutLineCountableEdge!]!
totalCount: Int
}
Fields
CheckoutLineCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
CheckoutLineCountableConnection.edges ● [CheckoutLineCountableEdge!]! non-null object
CheckoutLineCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Returned by
checkoutLines query
Was this page helpful?