diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-23 14:07:02 +0200 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-23 16:00:13 +0200 | 
| commit | 34e216546151eaf8a0a3cbb0bc8b65dae4c63bf2 (patch) | |
| tree | bff34f8a1dc65f0559ddf851433f242edb092824 /src/services/graphql/thematics.query.ts | |
| parent | 0f8f963ba3eccd7fd94785bf7fb216b6287cec57 (diff) | |
refactor: reduce the number of data transformation
Diffstat (limited to 'src/services/graphql/thematics.query.ts')
| -rw-r--r-- | src/services/graphql/thematics.query.ts | 9 | 
1 files changed, 0 insertions, 9 deletions
| 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 | 
