schema fix
This commit is contained in:
parent
0503dfaf02
commit
bc52d34b29
|
@ -333,8 +333,10 @@ type Community {
|
|||
}
|
||||
|
||||
type TopicStat {
|
||||
shouts: Int
|
||||
views: Int
|
||||
shouts: Int!
|
||||
views: Int!
|
||||
subscriptions: Int
|
||||
authors: Int
|
||||
}
|
||||
|
||||
type Topic {
|
||||
|
|
Loading…
Reference in New Issue
Block a user