resolvers-updates
Some checks failed
deploy / deploy (push) Failing after 1m30s

This commit is contained in:
2023-12-16 18:24:30 +03:00
parent bf7bc03e50
commit 692dd9cfe0
7 changed files with 171 additions and 34 deletions

View File

@@ -358,6 +358,8 @@ type Query {
load_shouts_by(options: LoadShoutsOptions): [Shout]
load_shouts_search(text: String!, limit: Int, offset: Int): [Shout]
load_shouts_feed(options: LoadShoutsOptions): [Shout]
load_shouts_unrated(limit: Int, offset: Int): [Shout]
load_shouts_random_top(options: LoadShoutsOptions): [Shout]
load_shouts_drafts: [Shout]
# topic