From 03c2d286ded482bf240c77d6730855e1c6d61064 Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Sat, 25 Jan 2025 16:58:53 -0300 Subject: [PATCH] fix: commented out Media in type graph ql shema for startup the core --- schema/type.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/type.graphql b/schema/type.graphql index fd9e432e..61db957c 100644 --- a/schema/type.graphql +++ b/schema/type.graphql @@ -101,7 +101,7 @@ type Shout { version_of: Shout # TODO: use version_of somewhere - media: [MediaItem] + # media: [MediaItem] stat: Stat score: Float }