History
No description
type History {
affectedComponentHistoryId: Int
comment: String
commitmentAt: ISO8601DateTime
createdAt: ISO8601DateTime!
fixedByDeployId: Int
id: ID!
portalUser: PortalUser
portalUserId: Int @deprecated
status: String
updatedAt: ISO8601DateTime!
vulnerability: Vulnerability
vulnerabilityId: Int @deprecated
}