From 435e97ab04cf02719d0e1fa878c0d5bb3d81df2d Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 1 May 2024 02:46:19 +0300 Subject: [PATCH] get-my-shout-debug --- schema/query.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/query.graphql b/schema/query.graphql index 21fa60ea..fcb3a2fa 100644 --- a/schema/query.graphql +++ b/schema/query.graphql @@ -23,7 +23,7 @@ type Query { load_reactions_by(by: ReactionBy!, limit: Int, offset: Int): [Reaction] # reader - get_shout(slug: String, shout_id: Int): Shout + get_shout(slug: String): Shout load_shouts_by(options: LoadShoutsOptions): [Shout] load_shouts_search(text: String!, limit: Int, offset: Int): [SearchResult] load_shouts_feed(options: LoadShoutsOptions): [Shout]