0.7.7-topics-editing
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2025-07-03 12:15:10 +03:00
parent 441cca8045
commit eb2140bcc6
27 changed files with 3097 additions and 805 deletions

View File

@@ -25,6 +25,16 @@ input TopicInput {
parent_ids: [Int]
}
input AdminTopicInput {
id: Int!
slug: String
title: String
body: String
pic: String
community: Int
parent_ids: [Int]
}
input TopicMergeInput {
target_topic_id: Int!
source_topic_ids: [Int!]!