sync-viewed-stat
Some checks failed
Deploy on push / deploy (push) Failing after 10s

This commit is contained in:
2024-08-07 13:15:58 +03:00
parent 9c7a62c384
commit 57d25b637d
4 changed files with 34 additions and 27 deletions

View File

@@ -94,7 +94,8 @@ type Shout {
type Stat {
rating: Int
commented: Int
followers: Int
viewed: Int
followed: Int
last_reacted_at: Int
}