Skip to main content

CollectionCountableConnection

A connection to a list of items.

type CollectionCountableConnection {
pageInfo: PageInfo!
edges: [CollectionCountableEdge!]!
totalCount: Int!
}

Fields

CollectionCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

CollectionCountableConnection.edges ● [CollectionCountableEdge!]! non-null object

Contains the nodes in this connection

CollectionCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

collections query

Member Of

Sale object ● Voucher object

Was this page helpful?