Skip to main content

Notification

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

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

Fields

Notification._ ● Boolean scalar

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