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