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 }