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 {