This commit is contained in:
2022-11-19 14:35:34 +03:00
parent 57e1460356
commit 47b285f8ac
18 changed files with 162 additions and 218 deletions

View File

@@ -37,6 +37,7 @@ type AuthorStat {
followers: Int
rating: Int
commented: Int
shouts: Int
}
@@ -492,8 +493,6 @@ type Topic {
title: String
body: String
pic: String
parents: [String] # NOTE: topic can have parent topics
children: [String] # and children
community: Community!
stat: TopicStat
oid: String