PasswordRequestReset
Result of password request reset mutation.
type PasswordRequestReset {
user: User
accountErrors: [AccountError!]!
}
Fields
PasswordRequestReset.user ● User object
The user (hidden for security).
PasswordRequestReset.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
passwordRequestReset mutation