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 } } }