Skip to main content

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

NameTypeDescription
titleStringTitle of the help article in the translated language.
descriptionStringShort description or summary of the help article.
bodyStringFull body content of the help article.
urlStringURL to access the help article.