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 {
title
desc
pic
title: String!
desc: String
pic: String
}
type ShoutResult {