meCreatePassword
mutation
Change password
Sets a new password for the authenticated user. Requires the current password for verification.
mutation {
meCreatePassword(data: MeCreatePassword!): Me!
}Returns: Me!
Arguments
| Name | Type | Description |
|---|---|---|
data | MeCreatePassword! |