Schema Documentation
resetUserPassword
Description
The payload for the resetUserPassword mutation
Response
Returns a
ResetUserPasswordPayload
Arguments
Name | Description |
---|---|
input -
ResetUserPasswordInput! | Input for the resetUserPassword mutation |
Example
Query
mutation resetUserPassword($input: ResetUserPasswordInput!){
resetUserPassword(input: $input){
clientMutationIduser {
...UserFragment
}
}
}
Variables
{"input":ResetUserPasswordInput}
Response
{"data":{"resetUserPassword":{"clientMutationId":"abc123","user":User}}}