shout create

This commit is contained in:
bniwredyc
2023-03-27 16:46:14 +02:00
parent 31b4f8106c
commit 2e04d2cac5
4 changed files with 51 additions and 50 deletions

View File

@@ -455,7 +455,6 @@ type Shout {
updatedBy: User
deletedAt: DateTime
deletedBy: User
publishedBy: User
publishedAt: DateTime
media: String # json [ { title pic url body }, .. ]
stat: Stat
@@ -501,7 +500,8 @@ type TopicStat {
}
type Topic {
slug: String! # ID
id: Int!
slug: String!
title: String
body: String
pic: String