Skip to main content

CategoryCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

CategoryCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

categories query

Member Of

Category object ● Sale object ● Voucher object

Was this page helpful?