HelpArticleTranslated Object
Description
Translated content for a help article in a specific language.
Declaration
type HelpArticleTranslated {
title: String
description: String
body: String
url: String
}
Fields
| Name | Type | Description |
|---|---|---|
title | String | Title of the help article in the translated language. |
description | String | Short description or summary of the help article. |
body | String | Full body content of the help article. |
url | String | URL to access the help article. |