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