migrate body API

This commit is contained in:
2022-10-05 12:32:48 +03:00
parent 5811e0e878
commit 9b16d5017a
4 changed files with 25 additions and 3 deletions

View File

@@ -253,6 +253,9 @@ type Query {
# collab
getCollabs: [Collab]!
# migrate
markdownBody(body: String!): String!
# topics
topicsAll: [Topic]!
topicsRandom(amount: Int): [Topic]!