recent-commented
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user