add viewShout

This commit is contained in:
knst-kotov
2021-09-27 17:59:44 +03:00
parent f23d375b4d
commit 6e451c8095
4 changed files with 47 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ type Mutation {
updateShout(id: Int!, input: ShoutInput!): ShoutResult!
deleteShout(id: Int!): Result!
rateShout(shout_id: Int!, value: Int!): Result!
viewShout(shout_id: Int!): Result!
# user profile
# rateUser(value: Int!): Result!