using comment entity

This commit is contained in:
2021-09-11 11:20:23 +03:00
parent c18836ef80
commit 9515a35e7a
4 changed files with 11 additions and 19 deletions

View File

@@ -189,7 +189,7 @@ type Comment {
body: String!
replyTo: Int!
createdAt: DateTime!
updatedAt: DateTime!
updatedAt: DateTime
shout: Int!
deletedAt: DateTime
deletedBy: Int
@@ -223,7 +223,7 @@ type Shout {
updatedAt: DateTime
updatedBy: Int # can be user id?
deletedAt: DateTime
deletedBy: Int
deletedBy: Int
publishedBy: Int # if there is no published field - it is not published
publishedAt: DateTime
old_id: String