From fe9984e2d8c94fb081ee1a7fa23506a2d587d677 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 22 Mar 2025 18:39:14 +0300 Subject: [PATCH] type-fix --- schema/type.graphql | 1 + 1 file changed, 1 insertion(+) 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 {