KbCategoryConnection
The connection type for KbCategory.
type KbCategoryConnection {
edges: [KbCategoryEdge]
nodes: [KbCategory]
pageInfo: PageInfo!
}
Fields
KbCategoryConnection.edges ● [KbCategoryEdge] list object common
A list of edges.
KbCategoryConnection.nodes ● [KbCategory] list object common
A list of nodes.
KbCategoryConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
Member of
KnowledgeBase object