shout rating and view with timestamp

This commit is contained in:
knst-kotov
2021-08-31 18:15:27 +03:00
parent def6a59163
commit eba8e6d6af
4 changed files with 36 additions and 11 deletions

View File

@@ -203,7 +203,7 @@ type Shout {
versionOf: String
visibleForRoles: [String] # role ids are strings
visibleForUsers: [Int]
views: Int
view: Int
old_id: String
}