From 5eda27d3a903c6bb09e212a347bb539e6a6d1b05 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Mon, 21 Nov 2022 08:45:52 +0300 Subject: [PATCH] optional viewed in topicstat --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 1f89ecdc..3b0cdb89 100644 --- a/schema.graphql +++ b/schema.graphql @@ -482,7 +482,7 @@ type TopicStat { shouts: Int! followers: Int! authors: Int! - viewed: Int! + viewed: Int reacted: Int! commented: Int rating: Int