Types
HelpCenterIndexItem
object
HelpCenterIndexItemFields
The kind of entry: an article, an article group folder, or a plain heading label.
id
ID!
title
String!
slug
String!
parentId
ID
ID of the parent ARTICLE_GROUP item, or null if this item is at the top level.
status
Publication status of the article. Null for ARTICLE_GROUP items.
description
String
Short summary. Null for ARTICLE_GROUP items and for articles that have no description set.
icon
String
Opaque icon key for ARTICLE items; null for groups or when unset.

