Notification
Notification(id, owner, created, read, notification_type, content_type, object_id)
type Notification {
id: UUID!
owner: User!
created: DateTime!
read: Boolean!
notificationType: NotificationType!
options: NotificationOptions
}
Fields
Notification.id ● UUID! non-null scalar
Notification.owner ● User! non-null object
Notification.created ● DateTime! non-null scalar
Notification.read ● Boolean! non-null scalar
Notification.notificationType ● NotificationType! non-null enum
Notification.options ● NotificationOptions object
Member Of
NotificationPaged object