From 54c59d26b9894a032093c2a3a6eefda29a9d1f0f Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 1 Nov 2024 22:57:20 +0300 Subject: [PATCH] media-item-type --- schema/type.graphql | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/schema/type.graphql b/schema/type.graphql index 4b9676cb..f1523eb1 100644 --- a/schema/type.graphql +++ b/schema/type.graphql @@ -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 {