Skip to main content

CheckoutLineCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

CheckoutLineCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

checkoutLines query

Was this page helpful?