UserNotificationType
No description
type UserNotificationType {
id: ID!
createdAt: String
title: String
creator: UserType
isOwn: Boolean
description: String
imageUrl: String
document: DocumentType
documentId: String
notificationReason: String
url: String
isRead: Boolean
isNew: Boolean
notificationFacet: String
}
Fields
UserNotificationType.id ● ID! non-null scalar
The ID of an object
UserNotificationType.createdAt ● String scalar
UserNotificationType.title ● String scalar
UserNotificationType.creator ● UserType object
UserNotificationType.isOwn ● Boolean scalar
UserNotificationType.description ● String scalar
UserNotificationType.imageUrl ● String scalar
UserNotificationType.document ● DocumentType object
If the notification is related to a document, this field will contain the document.
UserNotificationType.documentId ● String scalar
UserNotificationType.notificationReason ● String scalar
UserNotificationType.url ● String scalar
UserNotificationType.isRead ● Boolean scalar
UserNotificationType.isNew ● Boolean scalar
if this is true, the notification was never fetched before.
UserNotificationType.notificationFacet ● String scalar
Returned by
userNotificationCreated subscription
Member of
NotificationAllUpdatedNotificationsMutationPayloadType object ● ViewerUserNotificationConnectionEdge object