This commit is contained in:
2021-11-27 09:15:02 +03:00
parent b489760617
commit aecdcb09e6
3 changed files with 11 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ type Query {
topAuthors(limit: Int): [User]!
# topics
topicsAll: [Topic]!
topicsBySlugs(slugs: [String]!): [Topic]!
topicsByCommunity(community: String!): [Topic]!
topicsByAuthor(author: String!): [Topic]!