markdown-migrate

This commit is contained in:
2022-11-12 15:12:10 +03:00
parent 7471764e3b
commit bb59ff33cf
2 changed files with 4 additions and 1 deletions

View File

@@ -268,6 +268,9 @@ type Query {
# search
searchQuery(q: String, offset: Int!, limit: Int!): [Shout]
# migrate
markdownBody(body: String!): String
}
############################################ Subscription