aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/thematics.query.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-05-13 19:29:41 +0200
committerArmand Philippot <git@armandphilippot.com>2022-05-13 22:35:55 +0200
commit5f3799ee75b3ac5cffe726023d8e5df129b919dd (patch)
tree573fddbe37e2257d67d81693ed0be5c46f049f2a /src/services/graphql/thematics.query.ts
parent06ea295857e508a830669cb402d2156204309b1e (diff)
chore: add Thematic page
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