diff --git a/schema.graphql b/schema.graphql index 0ae46e77..6d369201 100644 --- a/schema.graphql +++ b/schema.graphql @@ -333,8 +333,10 @@ type Community { } type TopicStat { - shouts: Int - views: Int + shouts: Int! + views: Int! + subscriptions: Int + authors: Int } type Topic {