Files
web-frontend/graphql/operations/auth/request-login-code.graphql
2026-04-01 19:10:18 +07:00

9 lines
163 B
GraphQL

mutation RequestLoginCode($input: RequestLoginCodeInput!) {
requestLoginCode(input: $input) {
challengeToken
channel
destination
expiresAt
}
}