helpCenterArticle
Fetch a single help center article by ID. Returns null if not found.
helpCenterArticle(id: ID!): HelpCenterArticleArguments
Returns
Short summary of the article shown in search results and navigation previews.
Opaque icon key that identifies the decorative icon displayed alongside the article title.
Full article body as HTML. This is rendered directly in the help center.
URL-safe identifier for the article, unique within the help center. Normalized to lowercase.
Whether the article is publicly visible (PUBLISHED) or only visible inside the Plain app (DRAFT).
When the article's status was last changed.
The help center this article belongs to.
The group this article belongs to, if any.
Label types associated with this article, used to scope AI retrieval to specific topics.

