diff --git a/schema/type.graphql b/schema/type.graphql index 7a8344da..ee327e16 100644 --- a/schema/type.graphql +++ b/schema/type.graphql @@ -55,6 +55,7 @@ type Reaction { stat: Stat oid: String # old_thread: String + first_replies: [Reaction] } type MediaItem {