load-comment-ratings
All checks were successful
Deploy on push / deploy (push) Successful in 1m9s

This commit is contained in:
2024-07-26 19:04:40 +03:00
parent c46dc759d7
commit 960a00101c
2 changed files with 50 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ type Query {
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_comment_ratings(shout: Int!, limit: Int, offset: Int): [Reaction]
load_comment_ratings(comment: 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]