From 34e216546151eaf8a0a3cbb0bc8b65dae4c63bf2 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 23 May 2022 14:07:02 +0200 Subject: refactor: reduce the number of data transformation --- src/services/graphql/thematics.query.ts | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/services/graphql/thematics.query.ts') diff --git a/src/services/graphql/thematics.query.ts b/src/services/graphql/thematics.query.ts index 3b3ebd6..5a82133 100644 --- a/src/services/graphql/thematics.query.ts +++ b/src/services/graphql/thematics.query.ts @@ -15,13 +15,6 @@ export const thematicBySlugQuery = `query ThematicBy($slug: ID!) { } } } - author { - node { - gravatarUrl - name - url - } - } commentCount contentParts { beforeMore @@ -40,7 +33,6 @@ export const thematicBySlugQuery = `query ThematicBy($slug: ID!) { } } info { - readingTime wordsCount } modified @@ -67,7 +59,6 @@ export const thematicBySlugQuery = `query ThematicBy($slug: ID!) { } } info { - readingTime wordsCount } modified -- cgit v1.2.3