9 lines
163 B
GraphQL
9 lines
163 B
GraphQL
mutation RequestLoginCode($input: RequestLoginCodeInput!) {
|
|
requestLoginCode(input: $input) {
|
|
challengeToken
|
|
channel
|
|
destination
|
|
expiresAt
|
|
}
|
|
}
|