chat-mutations fixes, update schema for admins

This commit is contained in:
2022-11-11 10:51:11 +03:00
parent f5bb7f9f96
commit 1f84ae58c2
2 changed files with 51 additions and 51 deletions

View File

@@ -500,6 +500,7 @@ type Chat {
title: String
description: String
users: [User]!
admins: [User]
messages: [Message]!
unread: Int
}