media-item-type
All checks were successful
Deploy on push / deploy (push) Successful in 5s

This commit is contained in:
Untone 2024-11-01 22:57:20 +03:00
parent 92e49c8ad9
commit 54c59d26b9

View File

@ -59,10 +59,16 @@ type Reaction {
type MediaItem {
url: String
pic: String
title: String
body: String
source: String # image
pic: String
# audio specific properties
date: String
genre: String
artist: String
lyrics: String
}
type Shout {