UnreadMessagesCount (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| chatId - String! | The ID of the chat | 
| count - Int! | Number of unread message in the chat for current user | 
| unreadMentions - [MessageAddress!]! | List of unread mentions in the chat for current user | 
type UnreadMessagesCount {
  chatId: String!
  count: Int!
  unreadMentions: [MessageAddress!]!
}