Notification
No description
type Notification {
author: PortalUser
company: Company!
companyId: Int
companyName: String
createdAt: ISO8601DateTime!
description: String
evidences: [Evidence!]!
history: [History!]!
id: ID!
notificationStatus: String
project: Project!
projectId: Int
updatedAt: ISO8601DateTime!
vulnerabilityTemplate: VulnerabilityTemplate!
}
Fields
Notification.author
● PortalUser
object
Notification.company
● Company!
non-null object
Notification.companyId
● Int
scalar
Notification.companyName
● String
scalar
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
scalar
Notification.updatedAt
● ISO8601DateTime!
non-null scalar
Notification.vulnerabilityTemplate
● VulnerabilityTemplate!
non-null object
Member of
CreateNotificationPayload
object ● NotificationCollection
object ● Project
object