From acbe96a830bb6f2da35372cd83e0eb076f0f562e Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 21 Feb 2024 14:37:22 +0300 Subject: [PATCH] nostat --- src/graphql/query/core/author-follows.ts | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/graphql/query/core/author-follows.ts b/src/graphql/query/core/author-follows.ts index 327a948e..b1c8c0ce 100644 --- a/src/graphql/query/core/author-follows.ts +++ b/src/graphql/query/core/author-follows.ts @@ -9,25 +9,11 @@ export default gql` name pic bio - stat { - shouts - followers - } } topics { id slug title - stat { - shouts - followers - } - } - communities { - id - slug - name - pic } } }