fix-topic

This commit is contained in:
2022-11-19 16:18:17 +03:00
parent 56a1467d3c
commit abfbb68ac3
2 changed files with 11 additions and 11 deletions

View File

@@ -117,8 +117,8 @@ input TopicInput {
title: String
body: String
pic: String
children: [String]
parents: [String]
# children: [String]
# parents: [String]
}
input ReactionInput {