Company
No description
type Company {
active: Boolean
activeDevelopers(
lastDays: Int!
pagination: BasePaginationInput!
filters: ActiveDevelopersFiltersInput = { }
sortOptions: [ActiveDevelopersSortOptionInput!] = []
): ActiveDeveloperTypeCollection!
address: String
bountyCritical: Int
bountyHigh: Int
bountyLow: Int
bountyMedium: Int
brandContentType: String
brandFilename: String
brandId: String
brandSize: String
brandUrl: String
cnpj: String
companyPlan: CompanyPlan
companyPlans: [CompanyPlan!]!
configured: Boolean
contactEmail: String
contactName: String
contractedTime: Int
createdAt: ISO8601DateTime!
customFeatures: [String!]
description: String
developersCount: DevelopersCountEnum @deprecated
estimatedLinesConsumed: Int
expirationAt: ISO8601DateTime
headquarterId: [Int!]
id: ID!
integrations: [String!]!
label: String!
notifyOpenVulns: Boolean
notifyOpenVulnsCritical: Int
notifyOpenVulnsHigh: Int
notifyOpenVulnsLow: Int
notifyOpenVulnsMedium: Int
planPermissions: [String!]
sendEmailNotification: Boolean
sid: String!
tags: [String!]
titleColor: String
updatedAt: ISO8601DateTime!
visibleDeploysReview: Boolean
}
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