Skip to main content
Version: 3.x

CategoryCountableConnection

No description

type CategoryCountableConnection {
pageInfo: PageInfo!
edges: [CategoryCountableEdge!]!
totalCount: Int
}

Fields

CategoryCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

CategoryCountableConnection.edges ● [CategoryCountableEdge!]! non-null object

CategoryCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

categories query

Member of

Category object ● Sale object ● Voucher object


Was this page helpful?