INPUT_OBJECT

UserUpdatePasswordInput

Autogenerated input type of UserUpdatePassword

link GraphQL Schema definition

  • input UserUpdatePasswordInput {
  • oldPassword: String!
  • newPassword: String!
  • otpCode: String
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • }

link Require by