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