knowledgeBaseTopicsAdd
Create a new knowledge base topic.
MUTATION
knowledgeBaseTopicsAdd(doc: KnowledgeBaseTopicDoc!): KnowledgeBaseTopicArguments
doc
KnowledgeBaseTopicDoc!
required
Returns
_id
String!
code
String
Unique code identifier for programmatic access.
title
String
The topic title.
description
String
Description of the topic.
categories
Categories within this topic.
workspace
color
String
backgroundImage
String
URL of the background image for the topic page.
languageCode
String
ISO language code for the topic content (e.g. 'en', 'ar').
createdBy
String
User ID of the topic creator.
createdDate
Date
When this topic was created.
modifiedBy
String
User ID of the last modifier.
modifiedDate
Date
When this topic was last modified.
parentCategories
Top-level parent categories within this topic.
Mutation
Variables
Response
Last modified on August 8, 2026
Related topics
KnowledgeBaseTopicknowledgeBaseTopicsknowledgeBaseTopicsRemoveKnowledgeBaseTopicsPaginatedknowledgeBaseTopicsEditMutation
Variables
Response