fix getSession, fix getAuthor
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!
|
||||
|
Reference in New Issue
Block a user