From ddd18f8d70926cf06b61f14c7e1f665e9ab891db Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 31 Oct 2024 21:45:55 +0300 Subject: [PATCH] media-type --- schema/type.graphql | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/schema/type.graphql b/schema/type.graphql index 03c4a27e..3c80bcc3 100644 --- a/schema/type.graphql +++ b/schema/type.graphql @@ -57,14 +57,6 @@ type Reaction { # old_thread: String } -type Media { - url: String - pic: String - title: String - body: String - artist: String -} - type Shout { id: Int! title: String! @@ -95,7 +87,7 @@ type Shout { version_of: Shout # TODO: use version_of somewhere - media: [Media] + media: String stat: Stat score: Float }