Schema Documentation
sendPasswordResetEmail
Description
Send password reset email to user
Response
Returns a SendPasswordResetEmailPayload
Arguments
Name | Description |
---|---|
input - SendPasswordResetEmailInput! | Input for the sendPasswordResetEmail mutation |
Example
Query
mutation sendPasswordResetEmail($input: SendPasswordResetEmailInput!){ sendPasswordResetEmail(input: $input){ clientMutationIdsuccessuser { ...UserFragment } }}
Variables
{"input":SendPasswordResetEmailInput}
Response
{"data":{"sendPasswordResetEmail":{"clientMutationId":"xyz789","success":true,"user":User}}}