unread counter per chat

This commit is contained in:
2022-11-02 12:46:25 +03:00
parent 34580f267f
commit 26174a67e4
3 changed files with 13 additions and 4 deletions

View File

@@ -501,4 +501,5 @@ type Chat {
description: String
users: [User]!
messages: [Message]!
unread: Int
}