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
Company.activeDevelopers.lastDays ● Int! non-null scalar
Company.activeDevelopers.pagination ● BasePaginationInput! non-null input
Company.activeDevelopers.filters ● ActiveDevelopersFiltersInput input
Company.activeDevelopers.sortOptions ● [ActiveDevelopersSortOptionInput!] list input
Company.address ● String scalar
Company.bountyCritical ● Int scalar
Company.bountyHigh ● Int scalar
Company.bountyLow ● Int scalar
Company.bountyMedium ● Int scalar
Company.brandContentType ● String scalar
Company.brandFilename ● String scalar
Company.brandId ● String scalar
Company.brandSize ● String scalar
Company.brandUrl ● String scalar
Company.cnpj ● String scalar
Company.companyPlan ● CompanyPlan object
The company's plan details
Company.companyPlans ● [CompanyPlan!]! non-null object
A list of plans active for this company
Company.configured ● Boolean scalar
Indicates if the company has completed configuration