From bc52d34b291909c2adc2aef771f25a8fe231c20f Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 15 Dec 2021 04:25:11 +0300 Subject: [PATCH] schema fix --- schema.graphql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {