From 6ef2c47e112563fe10542bc3876493397506260e Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 16 Feb 2024 19:59:12 +0300 Subject: [PATCH] id-optional-fix --- schema/input.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/input.graphql b/schema/input.graphql index 3d431cb5..b46ea57b 100644 --- a/schema/input.graphql +++ b/schema/input.graphql @@ -31,7 +31,7 @@ input TopicInput { } input ReactionInput { - id: Int! + id: Int kind: ReactionKind! shout: Int! quote: String