topicsRandom query

This commit is contained in:
2022-09-05 15:05:20 +03:00
parent 635be7e6a3
commit ef6adbb4ea
2 changed files with 14 additions and 0 deletions

View File

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