get-my-shout-debug

This commit is contained in:
Untone 2024-05-01 02:46:19 +03:00
parent 883e98c3d3
commit 435e97ab04

View File

@ -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]