Skip to main content

Notification

Web notifications can be pushed to users to notify them from actions in Kili.

type Notification {
id: ID!
createdAt: DateTime!
hasBeenSeen: Boolean!
message: String!
progress: Int
status: NotificationStatus!
url: String!
userID: String!
_: Boolean
}

Fields

Notification.id ● ID! non-null scalar

Notification.createdAt ● DateTime! non-null scalar

Notification.hasBeenSeen ● Boolean! non-null scalar

Notification.message ● String! non-null scalar

Notification.progress ● Int scalar

Notification.status ● NotificationStatus! non-null enum

Notification.url ● String! non-null scalar

Notification.userID ● String! non-null scalar

Notification._ ● Boolean scalar