random samply sized

This commit is contained in:
2022-09-06 19:02:05 +03:00
parent f26ab9c46c
commit 7db7606da5
2 changed files with 4 additions and 5 deletions

View File

@@ -248,7 +248,7 @@ type Query {
# topics
topicsAll: [Topic]!
topicsRandom: [Topic]!
topicsRandom(amount: Int): [Topic]!
topicsByCommunity(community: String!): [Topic]!
topicsByAuthor(author: String!): [Topic]!