TypesInputs
CustomCompanyCreateInput
Input to create a custom company.
input CustomCompanyCreateInput {
name: String!
country: CountryCode
legalForm: LegalFormKind
orgNumber: String
inceptionDate: ConnectPartialDateInput
address: AddressInput
shareholders: [CompanyOwnershipInput!]
companyShareholders: [CompanyOwnershipInput!]!
personShareholders: [BusinessPersonOwnershipInput!]!
}Fields
name String! non-null scalar
country CountryCode scalar
legalForm LegalFormKind enum
orgNumber String scalar
inceptionDate ConnectPartialDateInput input
address AddressInput input
shareholders [CompanyOwnershipInput!] list input
companyShareholders [CompanyOwnershipInput!]! non-null input
personShareholders [BusinessPersonOwnershipInput!]! non-null input
[BusinessPersonOwnershipInput!]!
Member Of
customCompanyCreate mutation