This commit is contained in:
Untone 2021-09-01 16:55:42 +03:00
parent eba8e6d6af
commit a8d3ffd5e6

View File

@ -157,10 +157,10 @@ type User {
links: [String]
emailConfirmed: Boolean # should contain all emails too # TODO: pagination here
muted: Boolean
rating: Int
roles: [Role]
updatedAt: DateTime
wasOnlineAt: DateTime
rating: Int
ratings: [Rating]
bio: String
notifications: [Int]
@ -203,7 +203,7 @@ type Shout {
versionOf: String
visibleForRoles: [String] # role ids are strings
visibleForUsers: [Int]
view: Int
views: Int
old_id: String
}