update renew, schema update, admins fix

This commit is contained in:
2022-12-06 07:53:20 +03:00
parent 35f540b26a
commit f70633d361
3 changed files with 6 additions and 4 deletions

View File

@@ -512,13 +512,13 @@ type Message {
type Chat {
id: String!
createdAt: Int!
createdBy: String!
createdBy: Int!
updatedAt: Int!
title: String
description: String
users: [String]
users: [Int]
members: [ChatMember]
admins: [String]
admins: [Int]
messages: [Message]
unread: Int
private: Boolean