schema-fix

This commit is contained in:
2022-12-10 10:35:29 +03:00
parent feb184d8e8
commit 9331c09526
2 changed files with 3 additions and 2 deletions

View File

@@ -505,7 +505,7 @@ type Message {
body: String!
createdAt: Int!
id: Int!
replyTo: String
replyTo: Int
updatedAt: Int
seen: Boolean
}