fix schema
This commit is contained in:
parent
437be2229b
commit
8a8a239f00
|
@ -61,7 +61,7 @@ type Mutation {
|
|||
registerUser(input: registerUserInput!): User!
|
||||
|
||||
# shout
|
||||
createShout(): Shout!
|
||||
createShout: Shout!
|
||||
deleteShout(shoutId: Int!): Boolean!
|
||||
rateShout(value: Int!): Boolean!
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user