reactions-api-update
All checks were successful
Deploy on push / deploy (push) Successful in 1m8s

This commit is contained in:
2024-07-22 10:42:41 +03:00
parent 451f041206
commit a43a44302b
3 changed files with 108 additions and 7 deletions

View File

@@ -27,6 +27,8 @@ type Query {
# reader
get_shout(slug: String): Shout
load_shouts_by(options: LoadShoutsOptions): [Shout]
load_shout_comments(shout: Int!, limit: Int, offset: Int): [Reaction]
load_shout_ratings(shout: Int!, limit: Int, offset: Int): [Reaction]
load_shouts_search(text: String!, limit: Int, offset: Int): [SearchResult]
load_shouts_feed(options: LoadShoutsOptions): [Shout]
load_shouts_unrated(limit: Int, offset: Int): [Shout]