Deploy
No description
type Deploy implements BaseFields {
branchName: 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.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