counters fixes

This commit is contained in:
2022-08-17 10:59:17 +03:00
parent ab9d03aac6
commit 04aaaab609
5 changed files with 32 additions and 29 deletions

View File

@@ -412,6 +412,7 @@ type Stat {
viewed: Int
reacted: Int
rating: Int
commented: Int
bookmarked: Int
}
@@ -440,6 +441,7 @@ type TopicStat {
authors: Int!
viewed: Int!
reacted: Int!
commented: Int
rating: Int
}