CategoryCountableEdge
No description
type CategoryCountableEdge {
  node: Category!
  cursor: String!
}
Fields
CategoryCountableEdge.node ● Category! non-null object
The item at the end of the edge.
CategoryCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
CategoryCountableConnection object
Was this page helpful?