From 5f3799ee75b3ac5cffe726023d8e5df129b919dd Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 13 May 2022 19:29:41 +0200 Subject: chore: add Thematic page --- src/services/graphql/thematics.query.ts | 7 +++++++ 1 file changed, 7 insertions(+) (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 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 -- cgit v1.2.3