productDocumentation
A product documentation.
Arguments
| Argument | Type | Description |
|---|---|---|
| id (required) | String! | The product documentation ID. |
Returns
Sample
{
"data": {
"productDocumentation": {
"description": "example-string",
"id": "example-string",
"language": "example-string",
"title": "example-string",
"type": "CONCEPT",
"contents": [
{
"index": 0,
"parentIndex": 0,
"tag": "example-string",
"text": "example-string"
}
],
"related": [
{
"description": "example-string",
"id": "example-string",
"link": "https://example.com",
"title": "example-string",
"type": "CONCEPT"
}
]
}
}
}