knowledgeBaseCategoriesEdit
Update an existing knowledge base category.
MUTATION
knowledgeBaseCategoriesEdit(_id: String!, doc: KnowledgeBaseCategoryDoc!): KnowledgeBaseCategoryArguments
_id
String!
required
doc
KnowledgeBaseCategoryDoc!
required
Returns
_id
String
code
String
Unique code identifier for programmatic access.
title
String
The category title.
description
String
Description of what this category covers.
articles
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.
firstTopic
The first topic this category belongs to.
authors
[User]
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.
Mutation
Variables
Response
Last modified on August 8, 2026
Related topics
KnowledgeBaseCategoryknowledgeBaseCategoriesknowledgeBaseArticlesEditknowledgeBaseTopicsEditKnowledgeBaseCategoriesPaginatedMutation
Variables
Response