Skip to main content

PasswordChangeInput

No description

input PasswordChangeInput {
clientMutationId: String
email: String!
oldPasswordAuthPW: String!
newPasswordAuthPW: String!
oldUnwrapBKey: String!
newUnwrapBKey: String!
options: PasswordChangeInputOptions
}

Fields

PasswordChangeInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

PasswordChangeInput.email ● String! non-null scalar

PasswordChangeInput.oldPasswordAuthPW ● String! non-null scalar

PasswordChangeInput.newPasswordAuthPW ● String! non-null scalar

PasswordChangeInput.oldUnwrapBKey ● String! non-null scalar

PasswordChangeInput.newUnwrapBKey ● String! non-null scalar

PasswordChangeInput.options ● PasswordChangeInputOptions input

Member Of

passwordChange mutation