KnowledgeBaseConnection
The connection type for KnowledgeBase.
type KnowledgeBaseConnection {
edges: [KnowledgeBaseEdge]
nodes: [KnowledgeBase]
pageInfo: PageInfo!
}
Fields
KnowledgeBaseConnection.edges ● [KnowledgeBaseEdge] list object common
A list of edges.
KnowledgeBaseConnection.nodes ● [KnowledgeBase] list object common
A list of nodes.
KnowledgeBaseConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
Returned by
knowledgeBases query