Types
Notification
A notification surfaced in the recipient’s notification center.
object
NotificationImplements
Fields
avatarUrl
String
Avatar image URL for the notification.
id
ID!
ID of the object.
isRead
Boolean!
Whether this notification has been read.
lastActivityAt
ISO8601DateTime
When this notification last had activity.
link
String
URL that opens the notification target and marks it as read when visited.
network
The Network this notification belongs to.
recipient
The member who received this notification.
resourceId
ID!
Resource ID for this object, for interop with the Admin API.
space
The Network or space where this notification was created.
text
String!
Notification message. May contain HTML markup; clients are responsible for
safe rendering. Matches the web API's text attribute. For an HTML-stripped,
render-safe variant, strip HTML on your client or use the legacy REST
endpoint's plain_text field.