Skip to main content

UserAuthMutationsClassMethods

No description

type UserAuthMutationsClassMethods {
resetPassword(id: ID = 0): String
setPassword(id: ID = 0, password: String, oldPassword: String): Boolean
}

Fields#

resetPassword (String)#

This is where resetting of user password happens.

setPassword (Boolean)#

This is where setting of user password happens.