From 5dd47b3cd41741838164a0484eb0b9533ed34394 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 1 Nov 2024 07:43:10 +0300 Subject: [PATCH] maintopic-nullable --- schema/type.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/type.graphql b/schema/type.graphql index 3c80bcc3..e45163f5 100644 --- a/schema/type.graphql +++ b/schema/type.graphql @@ -72,7 +72,7 @@ type Shout { cover_caption: String community: Community! - main_topic: Topic! + main_topic: Topic created_by: Author! topics: [Topic] authors: [Author]