From 983ad12dd3754153406b9c031b89b422b8de10c2 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 18 Jul 2024 09:09:48 +0300 Subject: [PATCH] slug-filter-author-2 --- schema/input.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/input.graphql b/schema/input.graphql index 213da17b..027cfe57 100644 --- a/schema/input.graphql +++ b/schema/input.graphql @@ -76,6 +76,7 @@ input ReactionBy { rating: Boolean topic: String created_by: Int + author: String after: Int sort: ReactionSort }