Skip to main content
QUERY
knowledgeBaseCategoryDetail(_id: String!): KnowledgeBaseCategory

Arguments

_id
String!
required
_id
String
code
String

Unique code identifier for programmatic access.

title
String

The category title.

description
String

Description of what this category covers.

Articles in this category, optionally filtered by status.

Arguments
status
String
icon
String

Icon identifier for the category.

createdBy
String

User ID of the category creator.

createdDate
Date

When this category was created.

modifiedBy
String

User ID of the last modifier.

modifiedDate
Date

When this category was last modified.

parentCategoryId
String

Parent category ID for nested categorization.

The first topic this category belongs to.

authors

Users who have authored articles in this category.

numOfArticles
Float

Count of articles in this category, optionally filtered by status.

Arguments
status
String
countArticles
Int

Total article count in this category.

Query
Variables
Response
Last modified on August 8, 2026