Skip to main content

CollectionCountableConnection

No description

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?