usersPasswordResetRequest
Request an password reset
| Name | Type | Description |
|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
email | String! | Email of the user to reset the password |
| Name | Type | Description |
|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
message | String | A message indicating the result of the password reset request |