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]