From 8a8a239f00cf779d698e4ee652425bddf953bd20 Mon Sep 17 00:00:00 2001 From: knst-kotov Date: Thu, 29 Jul 2021 14:54:21 +0000 Subject: [PATCH] fix schema --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!