load topic parents
This commit is contained in:
@@ -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]!
|
||||
|
||||
|
Reference in New Issue
Block a user