OBJECT
KnowledgeBaseArticle
Description
A knowledge base article.
link GraphQL Schema definition
- type KnowledgeBaseArticle {
- # ID of the knowledge base article.
- String! :
- # Article number of the knowledge base article.
- String! :
- # Title of the knowledge base article.
- String! :
- # Summary of the knowledge base article.
- String! :
- # A flattened list of nodes representing the cause section of the knowledge base
- # article.
- ContentNode!]! : [
- # A flattened list of nodes representing the environment section of the knowledge
- # base article.
- ContentNode!]! : [
- # A flattened list of nodes representing the notes section of the knowledge base
- # article.
- ContentNode!]! : [
- # A flattened list of nodes representing the resolution section of the knowledge
- # base article.
- ContentNode!]! : [
- # A flattened list of nodes representing the summary section of the knowledge base
- # article.
- ContentNode!]! : [
- }