fix getShoutComments

This commit is contained in:
knst-kotov
2021-12-12 13:54:06 +03:00
parent d00488a458
commit 5b6545536f
2 changed files with 5 additions and 11 deletions

View File

@@ -268,7 +268,6 @@ type Comment {
shout: Int!
deletedAt: DateTime
deletedBy: Int
rating: Int
ratings: [CommentRating]
views: Int
old_id: String
@@ -290,7 +289,6 @@ type Shout {
body: String!
createdAt: DateTime!
authors: [User!]!
comments: [Comment]
ratings: [Rating]
visibleFor: [User]
community: Int