diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-13 22:41:39 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-13 22:41:39 +0200 |
| commit | fe2252ced2bb895e26179640553b5a6c02957d54 (patch) | |
| tree | 4da3258dc4cd1971f5c39ac2366bb43df776130c /src/services/graphql/topics.query.ts | |
| parent | 5f3799ee75b3ac5cffe726023d8e5df129b919dd (diff) | |
chore: add Topic pages
Diffstat (limited to 'src/services/graphql/topics.query.ts')
| -rw-r--r-- | src/services/graphql/topics.query.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/services/graphql/topics.query.ts b/src/services/graphql/topics.query.ts index 6cc525e..19be5d7 100644 --- a/src/services/graphql/topics.query.ts +++ b/src/services/graphql/topics.query.ts @@ -16,6 +16,13 @@ export const topicBySlugQuery = `query TopicBy($slug: ID!) { } } } + author { + node { + gravatarUrl + name + url + } + } commentCount contentParts { beforeMore |
