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