UpdateAccountAdminChangeInput
Inputs to update an Account Admin Change
input UpdateAccountAdminChangeInput {
id: ID!
reason: AccountAdminChangeReason
isNewAdminLegalRepresentative: Boolean
admin: AccountAdminChangeAdminInput
isRequesterNewAdmin: Boolean
requester: AccountAdminChangeRequesterInput
}
Fields
UpdateAccountAdminChangeInput.id ● ID! non-null scalar
Id of the Account Admin Change to update
UpdateAccountAdminChangeInput.reason ● AccountAdminChangeReason enum
Reason for the account administrator change
UpdateAccountAdminChangeInput.isNewAdminLegalRepresentative ● Boolean scalar
true if the new administrator is a legal representative
UpdateAccountAdminChangeInput.admin ● AccountAdminChangeAdminInput input
Information about the new administrator
UpdateAccountAdminChangeInput.isRequesterNewAdmin ● Boolean scalar
true if the requester is the new administrator
UpdateAccountAdminChangeInput.requester ● AccountAdminChangeRequesterInput input
Information about the requester of the administrator change
Member Of
updateAccountAdminChange mutation