schema fix
This commit is contained in:
@@ -42,9 +42,9 @@ input ProfileInput {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input CommunityInput {
|
input CommunityInput {
|
||||||
title
|
title: String!
|
||||||
desc
|
desc: String
|
||||||
pic
|
pic: String
|
||||||
}
|
}
|
||||||
|
|
||||||
type ShoutResult {
|
type ShoutResult {
|
||||||
|
|||||||
Reference in New Issue
Block a user