OBJECT
PasswordChange
Change account password when user knows the old password.
A new token and refresh token are sent. User must be verified.
link GraphQL Schema definition
- type PasswordChange {
- : Boolean
- : ExpectedErrorType
- : String
- : String
- }
OBJECT
Change account password when user knows the old password.
A new token and refresh token are sent. User must be verified.
- type PasswordChange {
- : Boolean
- : ExpectedErrorType
- : String
- : String
- }