TypesInputs
CompanyUpdateBeneficialOwnersInput
The data input for updating company beneficial owners.
input CompanyUpdateBeneficialOwnersInput {
company: CompanyId!
beneficialOwners: [CompanyCustomBeneficialOwnerInput!]!
}Fields
company CompanyId! non-null scalar
beneficialOwners [CompanyCustomBeneficialOwnerInput!]! non-null input
[CompanyCustomBeneficialOwnerInput!]!
The list of beneficial owners to be updated.
Member Of
companyUpdateBeneficialOwners mutation