Schema Documentation
resetUserPassword
Description
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":"xyz789","user":User}}}