media normalized

This commit is contained in:
2022-11-26 17:58:53 +03:00
parent 11d498c47d
commit 9ca9859563
3 changed files with 42 additions and 47 deletions

View File

@@ -439,7 +439,7 @@ type Shout {
deletedBy: User
publishedBy: User
publishedAt: DateTime
media: String
media: String # json [ { title pic url body }, .. ]
stat: Stat
}