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