From 2008345e6976fa57f994ed234ec12e3778d68674 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 3 Feb 2024 17:35:57 +0300 Subject: [PATCH] common-result-type --- schema/query.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/query.graphql b/schema/query.graphql index 41faf8da..e4c3ec55 100644 --- a/schema/query.graphql +++ b/schema/query.graphql @@ -29,7 +29,7 @@ type Query { load_shouts_feed(options: LoadShoutsOptions): [Shout] load_shouts_unrated(limit: Int, offset: Int): [Shout] load_shouts_random_top(options: LoadShoutsOptions): [Shout] - load_shouts_random_topic(limit: Int!): Result! # { topic shouts } + load_shouts_random_topic(limit: Int!): CommonResult! # { topic shouts } load_shouts_drafts: [Shout] # topic