CompleteForgotPasswordInput
Autogenerated input type of CompleteForgotPassword
input CompleteForgotPasswordInput {
clientMutationId: String
newPassword: String!
token: String!
}
Fields
CompleteForgotPasswordInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CompleteForgotPasswordInput.newPassword
● String!
non-null scalar
New password to set.
CompleteForgotPasswordInput.token
● String!
non-null scalar
Token received in the email.
Member Of
completeForgotPassword
mutation