diff --git a/schema.graphql b/schema.graphql index c0553e8a..47157ccd 100644 --- a/schema.graphql +++ b/schema.graphql @@ -61,7 +61,7 @@ type Mutation { registerUser(input: registerUserInput!): User! # shout - createShout(): Shout! + createShout: Shout! deleteShout(shoutId: Int!): Boolean! rateShout(value: Int!): Boolean!