Strise Connect API Docs
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

CompanyId!

companies [CompanyOwnershipInput!]! non-null input

[CompanyOwnershipInput!]!

businessPersons [BusinessPersonOwnershipInput!]! non-null input

[BusinessPersonOwnershipInput!]!

customPersons [CustomPersonOwnershipInput!]! non-null input

[CustomPersonOwnershipInput!]!

Member Of

companyOwnersUpdate mutation

On this page