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