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