topicUpdated

This commit is contained in:
knst-kotov
2021-11-10 11:42:29 +03:00
parent e5aa568933
commit 7f54db8939
4 changed files with 47 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ input ShoutInput {
body: String!
# replyTo: String # another shout
# tags: [String] # actual values
topics: [String]
topic_ids: [Int]
title: String
subtitle: String
versionOf: String
@@ -239,7 +239,7 @@ type Shout {
# replyTo: Shout
versionOf: Shout
tags: [String] # actual values
topics: [String] # topic-slugs, order has matter
topics: [Topic]
title: String
subtitle: String
updatedAt: DateTime