From 54e26fb8634b902cfbd3386a5b6b5a4439d37153 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 1 Nov 2024 10:29:18 +0300 Subject: [PATCH] main-topic --- schema/type.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/type.graphql b/schema/type.graphql index e45163f5..3e997c92 100644 --- a/schema/type.graphql +++ b/schema/type.graphql @@ -167,7 +167,7 @@ type SearchResult { slug: String! title: String! cover: String - main_topic: String + main_topic: Topic created_at: Int authors: [Author] topics: [Topic]