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
}
Fields
History.affectedComponentHistoryId
● Int
scalar
History.comment
● String
scalar
History.commitmentAt
● ISO8601DateTime
scalar
History.createdAt
● ISO8601DateTime!
non-null scalar
History.fixedByDeployId
● Int
scalar
History.id
● ID!
non-null scalar
History.portalUser
● PortalUser
object
History.portalUserId
● Int
deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'portal_user' to get the information that you need
History.status
● String
scalar
History.updatedAt
● ISO8601DateTime!
non-null scalar
History.vulnerability
● Vulnerability
object
History.vulnerabilityId
● Int
deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'vulnerability' to get the information that you need
Member Of
Notification
object ● Vulnerability
object