aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/thematics.query.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/thematics.query.ts')
-rw-r--r--src/services/graphql/thematics.query.ts9
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