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