update comment schema and debug resolvers
This commit is contained in:
@@ -247,7 +247,7 @@ type Message {
|
||||
|
||||
type Comment {
|
||||
id: Int!
|
||||
author: Int!
|
||||
author: User!
|
||||
body: String!
|
||||
replyTo: Int
|
||||
createdAt: DateTime!
|
||||
|
Reference in New Issue
Block a user