From 1946d5eda2241b41e20c886cc8d4d882916bc3da Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 6 Jun 2024 09:40:39 +0300 Subject: [PATCH] int --- schema/type.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/type.graphql b/schema/type.graphql index e0277ce5..a51c880a 100644 --- a/schema/type.graphql +++ b/schema/type.graphql @@ -1,5 +1,6 @@ type AuthorStat { shouts: Int + topics: Int authors: Int followers: Int rating: Int