recent-commented

This commit is contained in:
2022-09-19 19:14:20 +03:00
parent c479b12e65
commit a8313d1324
4 changed files with 43 additions and 2 deletions

View File

@@ -236,7 +236,8 @@ type Query {
topOverall(offset: Int!, limit: Int!): [Shout]!
topCommented(offset: Int!, limit: Int!): [Shout]!
recentPublished(offset: Int!, limit: Int!): [Shout]! # homepage
recentReacted(offset: Int!, limit: Int!): [Shout]! # test
recentReacted(offset: Int!, limit: Int!): [Shout]!
recentCommented(offset: Int!, limit: Int!): [Shout]!
recentAll(offset: Int!, limit: Int!): [Shout]!
# reactons