reactions-fixes

This commit is contained in:
2022-08-05 18:55:07 +03:00
parent 1d66ae562d
commit 360373e84a
2 changed files with 18 additions and 42 deletions

View File

@@ -320,13 +320,20 @@ type Reaction {
old_thread: String
}
type Author {
slug: String!
name: String!
userpic: String
caption: String
}
# is publication
type Shout {
id: Int!
slug: String!
body: String!
createdAt: DateTime!
authors: [User!]!
authors: [Author!]!
# ratings: [Rating]
community: String
cover: String