summaryrefslogtreecommitdiffstats
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.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/services/graphql/thematics.query.ts b/src/services/graphql/thematics.query.ts
index db8e751..3b3ebd6 100644
--- a/src/services/graphql/thematics.query.ts
+++ b/src/services/graphql/thematics.query.ts
@@ -15,6 +15,13 @@ export const thematicBySlugQuery = `query ThematicBy($slug: ID!) {
}
}
}
+ author {
+ node {
+ gravatarUrl
+ name
+ url
+ }
+ }
commentCount
contentParts {
beforeMore