Skip to main content
Version: 3.x

CollectionCountableConnection

Represents a connection to a list of collections.

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

CollectionCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

collections query

Member of

Sale object ● Voucher object


Was this page helpful?