Company
No description
type Company {
active: Boolean
activeDevelopers(
lastDays: Int!
pagination: BasePaginationInput!
filters: ActiveDevelopersFiltersInput = { }
sortOptions: [ActiveDevelopersSortOptionInput!] = []
): ActiveDeveloperTypeCollection!
brandContentType: String
brandFilename: String
brandId: String
brandSize: String
brandUrl: String
companyPlan: CompanyPlan
companyPlans: [CompanyPlan!]!
configured: Boolean
createdAt: ISO8601DateTime!
customFeatures: [String!]!
deletedAt: ISO8601DateTime
deletedBy: PortalUserBasicInfoType
description: String
developersCount: DevelopersCountEnum @deprecated
estimatedLinesConsumed: Int
expirationAt: ISO8601DateTime
headquarterId: Int
id: ID!
integrations: [String!]!
label: String!
planContext: CompanyPlanContext!
planPermissions: [String!]
policies: PolicyControls
productSubscriptions: [ProductSubscription!]!
purgeScheduledAt: ISO8601DateTime
sid: String!
tags: [String!]
updatedAt: ISO8601DateTime!
}
Fields
Company.active ● Boolean scalar
Indicates if the company is active
Company.activeDevelopers ● ActiveDeveloperTypeCollection! non-null object
A list of active developers for the company over the last 30 days