load topic parents

This commit is contained in:
knst-kotov
2021-12-12 16:00:38 +03:00
parent 5b6545536f
commit 04f2ceb629
5 changed files with 58 additions and 24 deletions

View File

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