schema-fix

This commit is contained in:
tonyrewin 2022-09-05 16:50:09 +03:00
parent 68096b21a4
commit 7aaf025861

View File

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