TypesInputs
CustomOwnersInput
The data input for updating company ownership. If companies and businessPersons are both empty lists, custom ownerships will be reset
input CustomOwnersInput {
company: CompanyId!
companies: [CompanyOwnershipInput!]!
businessPersons: [BusinessPersonOwnershipInput!]!
customPersons: [CustomPersonOwnershipInput!]!
}Fields
company CompanyId! non-null scalar
companies [CompanyOwnershipInput!]! non-null input
businessPersons [BusinessPersonOwnershipInput!]! non-null input
[BusinessPersonOwnershipInput!]!
customPersons [CustomPersonOwnershipInput!]! non-null input
[CustomPersonOwnershipInput!]!
Member Of
companyOwnersUpdate mutation