From c66efd5e1f47fad96127929806352f894e8f2fb1 Mon Sep 17 00:00:00 2001 From: knst-kotov Date: Wed, 15 Dec 2021 20:35:25 +0300 Subject: [PATCH] add mainTopic --- schema.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.graphql b/schema.graphql index 68abf97e..d61ebb59 100644 --- a/schema.graphql +++ b/schema.graphql @@ -314,6 +314,7 @@ type Shout { versionOf: Shout tags: [String] # actual values topics: [Topic] + mainTopic: String title: String subtitle: String updatedAt: DateTime