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