events-trigger-query-fix
All checks were successful
Deploy on push / deploy (push) Successful in 25s

This commit is contained in:
2024-02-26 00:06:37 +03:00
parent b02b8276a6
commit 5ca072dfaa
6 changed files with 29 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ type AuthorStat {
rating: Int
rating_shouts: Int
rating_comments: Int
commented: Int
comments: Int
viewed: Int
}
@@ -123,7 +123,7 @@ type TopicStat {
shouts: Int!
followers: Int!
authors: Int!
viewed: Int
comments: Int
}
type Topic {