Queries
helpCenterArticleGroup
Fetch a single article group by ID. Returns null if not found.
QUERY
helpCenterArticleGroup(id: ID!): HelpCenterArticleGroupArguments
id
ID!
required
Returns
id
ID!
name
String!
createdAt
createdBy
updatedAt
updatedBy
helpCenter
The help center this group belongs to.
parentArticleGroup
Parent group in the hierarchy. Null for top-level groups.
childArticleGroups
Direct child groups under this group.
Arguments
first
Int
after
String
last
Int
before
String
articles
Direct articles in this group.
Arguments
first
Int
after
String
last
Int
before
String
slug
String!
URL-safe identifier for this article group, unique within the help center.
Query
Variables
Response
Query
Variables
Response

