From 1a4b7a6f0a9554d92242e896f93132dbf0ef8aed Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Sat, 27 Nov 2021 10:09:34 +0300 Subject: [PATCH] schema fix --- schema.graphql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema.graphql b/schema.graphql index bd373bb0..e22d62b0 100644 --- a/schema.graphql +++ b/schema.graphql @@ -42,9 +42,9 @@ input ProfileInput { } input CommunityInput { - title - desc - pic + title: String! + desc: String + pic: String } type ShoutResult {