knowledgeBaseArticle
A knowledge base article.
Arguments
| Argument | Type | Description |
|---|---|---|
| id (required) | String! | The knowledge base article ID. |
Returns
Sample
{
"data": {
"knowledgeBaseArticle": {
"articleNumber": "example-string",
"description": "example-string",
"id": "example-string",
"title": "example-string",
"cause": [
{
"index": 0,
"parentIndex": 0,
"tag": "example-string",
"text": "example-string"
}
],
"environment": [
{
"index": 0,
"parentIndex": 0,
"tag": "example-string",
"text": "example-string"
}
]
}
}
}