Skip to main content

CollectionCountableConnection Object

Represents a connection to a list of collections.

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

Fields

pageInfo ● PageInfo!

Pagination data for this connection.

edges ● [CollectionCountableEdge!]!

totalCount ● Int

A total count of items in the collection.

Returned By

collections query

Member Of

Sale object ● Voucher object