Skip to main content
QUERY
helpCenterArticleGroupBySlug(helpCenterId: ID!, slug: String!): HelpCenterArticleGroup

Arguments

helpCenterId
ID!
required
slug
String!
required
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.

Direct child groups under this group.

Arguments
first
Int
after
String
last
Int
before
String

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