From d728db06cf407e30e8c059b86dee7492dcd02060 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Sat, 19 Nov 2022 16:35:00 +0300 Subject: [PATCH] fix-topic-queries --- src/graphql/query/topics-all.ts | 2 -- src/graphql/query/topics-by-author.ts | 2 -- src/graphql/query/topics-by-community.ts | 2 -- src/graphql/query/topics-random.ts | 2 -- 4 files changed, 8 deletions(-) diff --git a/src/graphql/query/topics-all.ts b/src/graphql/query/topics-all.ts index a9056ddb..e838f8e5 100644 --- a/src/graphql/query/topics-all.ts +++ b/src/graphql/query/topics-all.ts @@ -8,8 +8,6 @@ export default gql` body slug pic - parents - children # community stat { _id: shouts diff --git a/src/graphql/query/topics-by-author.ts b/src/graphql/query/topics-by-author.ts index 852c8772..90e7be5b 100644 --- a/src/graphql/query/topics-by-author.ts +++ b/src/graphql/query/topics-by-author.ts @@ -7,8 +7,6 @@ export default gql` body slug pic - parents - children # community stat { _id: shouts diff --git a/src/graphql/query/topics-by-community.ts b/src/graphql/query/topics-by-community.ts index 94eb9e46..6545289e 100644 --- a/src/graphql/query/topics-by-community.ts +++ b/src/graphql/query/topics-by-community.ts @@ -7,8 +7,6 @@ export default gql` body slug pic - parents - children # community stat { _id: shouts diff --git a/src/graphql/query/topics-random.ts b/src/graphql/query/topics-random.ts index 79ca212b..2cf88e20 100644 --- a/src/graphql/query/topics-random.ts +++ b/src/graphql/query/topics-random.ts @@ -8,8 +8,6 @@ export default gql` body slug pic - parents - children # community stat { _id: shouts