Skip to main content

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

NameTypeDescription
idString!Unique identifier of the help article.
descriptionStringShort description or summary of the help article.
bodyStringFull body content of the help article.
titleStringTitle of the help article.
urlStringURL to access the help article.
translatedContentHelpArticleContentTranslated content of the help article in multiple languages.