CreatePassword
No description
input CreatePassword {
clientMutationId: String
email: String!
password: String!
}
Fields
CreatePassword.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreatePassword.email ● String! non-null scalar
Users email, used to hash password
CreatePassword.password ● String! non-null scalar
The new password
Member Of
createPassword mutation