Queries
helpCenterArticleGroupBySlug
Fetch an article group by its URL slug within a specific help center. Returns null if no group matches.
QUERY
helpCenterArticleGroupBySlug(helpCenterId: ID!, slug: String!): HelpCenterArticleGroupArguments
helpCenterId
ID!
required
slug
String!
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

