common-result-type
All checks were successful
Deploy to core / deploy (push) Successful in 1m38s

This commit is contained in:
Untone 2024-02-03 17:35:57 +03:00
parent d3b2eddf58
commit 2008345e69

View File

@ -29,7 +29,7 @@ type Query {
load_shouts_feed(options: LoadShoutsOptions): [Shout] load_shouts_feed(options: LoadShoutsOptions): [Shout]
load_shouts_unrated(limit: Int, offset: Int): [Shout] load_shouts_unrated(limit: Int, offset: Int): [Shout]
load_shouts_random_top(options: LoadShoutsOptions): [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] load_shouts_drafts: [Shout]
# topic # topic