Deploy
No description
type Deploy {
changedApproximately: String
changedLines: Int
company: Company
companyId: Int
companyName: String
convisoResponsible: Boolean!
createdAt: ISO8601DateTime!
currentCommit: String
currentTag: String
deployUrlCompare: String
discardReason: String
discardedId: Int
gauntletDiffUrl: String
gauntletScanId: Int
gauntletSourceCodeId: Int
gitDiff: String
id: ID!
languages: String
newLines: Int
previousCommit: String
previousTag: String
project: Project
projectId: Int
removedLines: Int
reviewed: Boolean
reviewedAt: ISO8601DateTime
reviewer: PortalUser
status: String
totalProjectLines: Int
updatedAt: ISO8601DateTime!
}
Fields
Deploy.changedApproximately
● String
scalar
Deploy.changedLines
● Int
scalar
Deploy.company
● Company
object
Deploy.companyId
● Int
scalar
Deploy.companyName
● String
scalar
Deploy.convisoResponsible
● Boolean!
non-null scalar
Deploy.createdAt
● ISO8601DateTime!
non-null scalar
Deploy.currentCommit
● String
scalar
Deploy.currentTag
● String
scalar
Deploy.deployUrlCompare
● String
scalar
Deploy.discardReason
● String
scalar
Deploy.discardedId
● Int
scalar
Deploy.gauntletDiffUrl
● String
scalar
Deploy.gauntletScanId
● Int
scalar
Deploy.gauntletSourceCodeId
● Int
scalar
Deploy.gitDiff
● String
scalar
Deploy.id
● ID!
non-null scalar
Deploy.languages
● String
scalar
Deploy.newLines
● Int
scalar
Deploy.previousCommit
● String
scalar
Deploy.previousTag
● String
scalar
Deploy.project
● Project
object
Deploy.projectId
● Int
scalar
Deploy.removedLines
● Int
scalar
Deploy.reviewed
● Boolean
scalar
Deploy.reviewedAt
● ISO8601DateTime
scalar
Deploy.reviewer
● PortalUser
object
Deploy.status
● String
scalar
Deploy.totalProjectLines
● Int
scalar
Deploy.updatedAt
● ISO8601DateTime!
non-null scalar
Member of
CreateDeployPayload
object ● DeployCollection
object ● PortalUser
object ● Vulnerability
object