schema fix

This commit is contained in:
Tony Rewin 2021-11-27 10:09:34 +03:00
parent e4e099e7f4
commit 1a4b7a6f0a

View File

@ -42,9 +42,9 @@ input ProfileInput {
} }
input CommunityInput { input CommunityInput {
title title: String!
desc desc: String
pic pic: String
} }
type ShoutResult { type ShoutResult {