Deploy
No description
type Deploy implements BaseFields {
branchName: String
changedApproximately: String
changedLines: Int
company: Company
convisoResponsible: Boolean!
createdAt: ISO8601DateTime!
currentCommit: String
currentTag: String
deployUrlCompare: String
discardReason: String
discardedId: Int
id: ID!
languages: String
newLines: Int
previousCommit: String
previousTag: String
project: Project
removedLines: Int
reviewed: Boolean
reviewedAt: ISO8601DateTime
reviewer: PortalUser
status: String
totalProjectLines: Int
updatedAt: ISO8601DateTime!
}
Fields
Deploy.branchName
● String
scalar
Deploy.changedApproximately
● String
scalar
Deploy.changedLines
● Int
scalar
Deploy.company
● Company
object
Deploy.convisoResponsible
● Boolean!
non-null scalar
Deploy.createdAt
● ISO8601DateTime!
non-null scalar
The date when record was created
Deploy.currentCommit
● String
scalar
Deploy.currentTag
● String
scalar
Deploy.deployUrlCompare
● String
scalar
Deploy.discardReason
● String
scalar
Deploy.discardedId
● Int
scalar
Deploy.id
● ID!
non-null scalar
The ID scalar type represents a unique identifier
Deploy.languages
● String
scalar
Deploy.newLines
● Int
scalar
Deploy.previousCommit
● String
scalar
Deploy.previousTag
● String
scalar
Deploy.project
● Project
object
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
The date when record was updated
Interfaces
BaseFields
interface
Member Of
CreateDeployPayload
object ● DeployCollection
object ● PortalUser
object ● Vulnerability
object