Switch Telegram/Max login to bot temporary token flow
This commit is contained in:
12
graphql/operations/auth/consume-login-token.graphql
Normal file
12
graphql/operations/auth/consume-login-token.graphql
Normal file
@@ -0,0 +1,12 @@
|
||||
mutation ConsumeLoginToken($token: String!) {
|
||||
consumeLoginToken(token: $token) {
|
||||
accessToken
|
||||
expiresAt
|
||||
user {
|
||||
id
|
||||
email
|
||||
fullName
|
||||
role
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user