14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
|
mutation($continuationToken: String!, $newPassword: String!) {
|
||
|
authentication {
|
||
|
loginChangePassword(continuationToken: $continuationToken, newPassword: $newPassword) {
|
||
|
responseResult {
|
||
|
succeeded
|
||
|
errorCode
|
||
|
slug
|
||
|
message
|
||
|
}
|
||
|
jwt
|
||
|
}
|
||
|
}
|
||
|
}
|