TypesInputs
BusinessPersonOwnershipInput
The data input for updating company ownership.
input BusinessPersonOwnershipInput {
id: BusinessPersonId!
ownership: Float
comment: String
beneficialOwner: Boolean = false
}Fields
id BusinessPersonId! non-null scalar
ownership Float scalar
Float
The ownership percentage (0-100)
comment String scalar
beneficialOwner Boolean scalar
Member Of
CustomCompanyCreateInput input CustomCompanyUpdateInput input CustomOwnersInput input