INPUT_OBJECT

CreatePasswordResetRequest

link GraphQL Schema definition

1input CreatePasswordResetRequest {
4
2# Optionally specify whether we should skip sending the reset email.
3skipPasswordResetEmail: Boolean
7
5# The user login name. Typically email address.
6userName: String!
8}