CategoryCountableConnection Object
No description
type CategoryCountableConnection {
  pageInfo: PageInfo!
  edges: [CategoryCountableEdge!]!
  totalCount: Int
}
Fields
CategoryCountableConnection.pageInfo ● PageInfo! non-null object miscellaneous
Pagination data for this connection.
CategoryCountableConnection.edges ● [CategoryCountableEdge!]! non-null object products
CategoryCountableConnection.totalCount ● Int scalar miscellaneous
A total count of items in the collection.
Returned By
categories query