HelpArticle Object
Description
Represents a help article with content and translations.
Declaration
type HelpArticle {
id: String!
description: String
body: String
title: String
url: String
translatedContent: HelpArticleContent
}
Fields
| Name | Type | Description |
|---|---|---|
id | String! | Unique identifier of the help article. |
description | String | Short description or summary of the help article. |
body | String | Full body content of the help article. |
title | String | Title of the help article. |
url | String | URL to access the help article. |
translatedContent | HelpArticleContent | Translated content of the help article in multiple languages. |