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