knowledgeBases
Lists all Knowledge Bases.
knowledgeBases(
after: String
before: String
first: Int
last: Int
): KnowledgeBaseConnection
Arguments
knowledgeBases.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
knowledgeBases.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
knowledgeBases.first ● Int scalar common
Returns the first n elements from the list.
knowledgeBases.last ● Int scalar common
Returns the last n elements from the list.
Type
KnowledgeBaseConnection object common
The connection type for KnowledgeBase.