last_commented_at
All checks were successful
Deploy on push / deploy (push) Successful in 8s

This commit is contained in:
2024-12-04 17:40:45 +03:00
parent a71a6fcc41
commit 597fd6ad55
3 changed files with 8 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ enum ReactionSort {
}
enum ShoutsOrderBy {
last_reacted_at
last_commented_at
rating
comments_count
}

View File

@@ -110,8 +110,7 @@ type Stat {
rating: Int
commented: Int
viewed: Int
# followed: Int
last_reacted_at: Int
last_commented_at: Int
}
type CommunityStat {