TypesObjects
ConnectCompanyStatus
Describes the status of a company, i.e., whether the company is active, dissolved, etc.
type ConnectCompanyStatus {
name: String!
date: DateTime
isActive: Boolean!
}Fields
name String! non-null scalar
String!
The name of the status.
date DateTime scalar
DateTime
The date on which the status was set.
isActive Boolean! non-null scalar
Boolean!
Indicates whether the company status represents an active/operating company.
Member Of
Company object