Schema Documentation

SendPasswordResetEmailInput

Description

Input for the sendPasswordResetEmail mutation

Fields
Input FieldDescription
clientMutationId - String

This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.

username - String!

A string that contains the user's username or email address.

Example
{"clientMutationId":"xyz789","username":"xyz789"}