update comment schema and debug resolvers

This commit is contained in:
2021-12-02 16:06:22 +03:00
parent 1a4b7a6f0a
commit cf020f8f3e
2 changed files with 7 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ type Message {
type Comment {
id: Int!
author: Int!
author: User!
body: String!
replyTo: Int
createdAt: DateTime!