Merge remote-tracking branch 'dokku-staging/main' into prepare-comments-optimization-dokku-staging

This commit is contained in:
Igor Lobanov
2022-11-24 18:36:45 +01:00
24 changed files with 202 additions and 135 deletions

View File

@@ -159,7 +159,7 @@ type Mutation {
markAsRead(chatId: String!, ids: [Int]!): Result!
# auth
refreshSession: AuthResult!
getSession: AuthResult!
registerUser(email: String!, password: String, name: String): AuthResult!
sendLink(email: String!, lang: String): Result!
confirmEmail(token: String!): AuthResult!
@@ -479,7 +479,7 @@ type TopicStat {
authors: Int!
# viewed: Int
# reacted: Int!
#commented: Int
# commented: Int
# rating: Int
}