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