Skip to main content
QUERY
helpCenterArticle(id: ID!): HelpCenterArticle

Arguments

id
ID!
required
id
ID!
title
String!
description
String

Short summary of the article shown in search results and navigation previews.

icon
String

Opaque icon key that identifies the decorative icon displayed alongside the article title.

contentHtml
String!

Full article body as HTML. This is rendered directly in the help center.

slug
String!

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).

statusChangedAt

When the article's status was last changed.

statusChangedBy
createdAt
createdBy
updatedAt
updatedBy
helpCenter

The help center this article belongs to.

The group this article belongs to, if any.

labelTypes

Label types associated with this article, used to scope AI retrieval to specific topics.

Query
Variables
Response