This commit is contained in:
parent
92e49c8ad9
commit
54c59d26b9
|
@ -59,10 +59,16 @@ type Reaction {
|
||||||
|
|
||||||
type MediaItem {
|
type MediaItem {
|
||||||
url: String
|
url: String
|
||||||
pic: String
|
|
||||||
title: String
|
title: String
|
||||||
body: String
|
body: String
|
||||||
|
source: String # image
|
||||||
|
pic: String
|
||||||
|
|
||||||
|
# audio specific properties
|
||||||
|
date: String
|
||||||
|
genre: String
|
||||||
artist: String
|
artist: String
|
||||||
|
lyrics: String
|
||||||
}
|
}
|
||||||
|
|
||||||
type Shout {
|
type Shout {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user