Improve topic sorting: add popular sorting by publications and authors count
This commit is contained in:
@@ -47,7 +47,7 @@ type Query {
|
||||
get_my_rates_shouts(shouts: [Int!]!): [MyRateShout]
|
||||
get_my_rates_comments(comments: [Int!]!): [MyRateComment]
|
||||
|
||||
# public feeds
|
||||
# public feeds
|
||||
load_shouts_with_topic(slug: String, options: LoadShoutsOptions): [Shout] # topic feed
|
||||
load_shouts_random_top(options: LoadShoutsOptions): [Shout] # random order, fixed filter, limit offset can be used
|
||||
load_shouts_authored_by(slug: String, options: LoadShoutsOptions): [Shout] # author feed
|
||||
|
Reference in New Issue
Block a user