fixes-wip

This commit is contained in:
2022-11-15 18:20:44 +03:00
parent 142202b58a
commit bfdfa35bc9
2 changed files with 8 additions and 3 deletions

View File

@@ -216,6 +216,7 @@ input ShoutsBy {
title: String
body: String
topic: String
topics: [String]
author: String
layout: String
visibility: String
@@ -226,6 +227,7 @@ input ShoutsBy {
input ReactionBy {
shout: String
shouts: [String]
body: String
topic: String
author: String