Skip to main content
objectInternalNotification

Fields

id
ID!

The unique ID of this notification.

userId
ID!

The user this notification is for.

type
String!

The notification type discriminator. Known values include 'thread_assignment', 'note_mention', 'email_bounce', and 'discussion_resolved'. Use details for type-specific data.

title
String!

The title of the notification.

description
String

Optional description providing more detail about the notification.

Structured data specific to the notification type. The concrete type is one of NoteMentionNotificationDetail, ThreadAssignmentNotificationDetail, EmailBounceNotificationDetail, or DiscussionResolvedNotificationDetail. Null when no extra context is available.

readAt

When the notification was marked as read by the user. Null means unread.

archivedAt

When the notification was archived by the user. Null means not archived.

archivedBy

The actor who archived this notification. Null if the notification has not been archived.

createdAt
createdBy
updatedAt
updatedBy