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