Skip to content

Add mutations

Compare
Choose a tag to compare
@joselfonseca joselfonseca released this 22 Jan 20:44
· 263 commits to master since this release

Added new mutations

forgotPassword(data: ForgotPasswordInput!): ForgotPasswordResponse!
updateForgottenPassword(data: NewPasswordWithCodeInput): ForgotPasswordResponse!
  • forgotPassword: Will allow your clients to request the forgot password email.
  • updateForgottenPassword: Will allow your clients to update the forgotten password from the email received.