fix creating shout

This commit is contained in:
knst-kotov
2021-12-17 17:14:08 +01:00
parent 931fd887d9
commit e3bc1c0c38
3 changed files with 21 additions and 16 deletions

View File

@@ -25,8 +25,8 @@ type MessageResult {
input ShoutInput {
slug: String!
body: String!
# replyTo: String # another shout
# tags: [String] # actual values
community: Int!
mainTopic: String
topic_slugs: [String]
title: String
subtitle: String