INPUT_OBJECT
Autogenerated input type of UserUpdatePassword
input UserUpdatePasswordInput {oldPassword: String!newPassword: String!otpCode: String# A unique identifier for the client performing the mutation.clientMutationId: String}