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.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/services/graphql/topics.query.ts b/src/services/graphql/topics.query.ts
index 19be5d7..4574256 100644
--- a/src/services/graphql/topics.query.ts
+++ b/src/services/graphql/topics.query.ts
@@ -94,6 +94,17 @@ export const topicsListQuery = `query TopicsList($after: String = "", $first: In
cursor
node {
databaseId
+ featuredImage {
+ node {
+ altText
+ mediaDetails {
+ height
+ width
+ }
+ sourceUrl
+ title
+ }
+ }
slug
title
}