simpler-parent-select

This commit is contained in:
2025-07-01 01:20:48 +03:00
parent 2683982180
commit bb41c02d62
18 changed files with 3281 additions and 49 deletions

View File

@@ -25,6 +25,12 @@ input TopicInput {
parent_ids: [Int]
}
input TopicMergeInput {
target_topic_id: Int!
source_topic_ids: [Int!]!
preserve_target_properties: Boolean
}
input DraftInput {
id: Int
# no created_at, updated_at, deleted_at, updated_by, deleted_by