fix schema

This commit is contained in:
knst-kotov
2021-07-29 14:54:21 +00:00
parent 437be2229b
commit 8a8a239f00

View File

@@ -61,7 +61,7 @@ type Mutation {
registerUser(input: registerUserInput!): User!
# shout
createShout(): Shout!
createShout: Shout!
deleteShout(shoutId: Int!): Boolean!
rateShout(value: Int!): Boolean!