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

This commit is contained in:
2024-07-22 11:32:47 +03:00
parent a43a44302b
commit a4411cfa34
5 changed files with 52 additions and 5 deletions

View File

@@ -29,6 +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_shouts_search(text: String!, limit: Int, offset: Int): [SearchResult]
load_shouts_feed(options: LoadShoutsOptions): [Shout]
load_shouts_unrated(limit: Int, offset: Int): [Shout]