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!
}