fix updateShout

This commit is contained in:
knst-kotov
2021-08-28 18:12:13 +03:00
parent a13b979850
commit 862c19ed15
5 changed files with 30 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ input ShoutInput {
body: String!
replyTo: String # another shout
tags: [String] # actual values
topics: [String] # topic-slugs
topics: [Int]
title: String
subtitle: String
versionOf: String