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