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