TypesObjects
CompanyInformationData
No description
type CompanyInformationData {
registeredName: String
legalForm: [String!]!
organisationNumber: [String!]!
addresses: [CompanyAddress!]!
industries: [CompanyIndustry!]!
employeeCountFrom: Int
employeeCountTo: Int
businessPurpose: String
status: String
statusLabel: String
}Fields
registeredName String scalar
legalForm [String!]! non-null scalar
organisationNumber [String!]! non-null scalar
addresses [CompanyAddress!]! non-null object
industries [CompanyIndustry!]! non-null object
employeeCountFrom Int scalar
employeeCountTo Int scalar
businessPurpose String scalar
status String scalar
statusLabel String scalar
String
Human-readable English label for the status code, resolved from the LifeStatus registry.