Notification
No description
type Notification {
author: PortalUser
company: Company!
companyId: Int @deprecated
companyName: String @deprecated
createdAt: ISO8601DateTime!
description: String
evidences: [Evidence!]!
history: [History!]!
id: ID!
notificationStatus: String
project: Project!
projectId: Int @deprecated
updatedAt: ISO8601DateTime!
vulnerabilityTemplate: VulnerabilityTemplate!
}
Fields
Notification.author
● PortalUser
object
Notification.company
● Company!
non-null object
Notification.companyId
● Int
deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need
Notification.companyName
● String
deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need
Notification.createdAt
● ISO8601DateTime!
non-null scalar
Notification.description
● String
scalar
Notification.evidences
● [Evidence!]!
non-null object
Notification.history
● [History!]!
non-null object
Notification.id
● ID!
non-null scalar
Notification.notificationStatus
● String
scalar
Notification.project
● Project!
non-null object
Notification.projectId
● Int
deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'project' to get the information that you need
Notification.updatedAt
● ISO8601DateTime!
non-null scalar
Notification.vulnerabilityTemplate
● VulnerabilityTemplate!
non-null object
Member Of
CreateNotificationPayload
object ● NotificationCollection
object ● Project
object