shout-topic-storage, work load fix wip

This commit is contained in:
2022-10-01 11:34:15 +03:00
parent 1269e96aed
commit 96c973b70f
3 changed files with 41 additions and 1 deletions

View File

@@ -225,7 +225,7 @@ type Query {
# shouts
getShoutBySlug(slug: String!): Shout!
shoutsForFeed(offset: Int!, limit: Int!): [Shout]! # test
shoutsByTopics(slugs: [String]!, offset: Int!, limit: Int!): [Shout]!
shoutsByTopics(slugs: [String]!, offset: Int!, limit: Int!): [Shout]! # TODO: work load fix
shoutsByAuthors(slugs: [String]!, offset: Int!, limit: Int!): [Shout]!
shoutsByCommunities(slugs: [String]!, offset: Int!, limit: Int!): [Shout]!
# topReacted(offset: Int!, limit: Int!): [Shout]!