Merge remote-tracking branch 'dokku-staging/main' into prepare-comments-optimization-dokku-staging
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user