Notification (Object)
Description
No description
Fields
Name | Description |
---|---|
actor - Payload | This field represents the member that triggered the event. However, for events such as 'post updated', 'post deleted', 'comment updated', 'comment deleted', or 'join request status updated', the actor field may be set to null. This is a privacy measure designed to prevent the exposure of potentially sensitive identities, such as moderators, who may be responsible for these actions. |
createdAt - DateTime! | |
id - ID! | |
meta - NotificationMeta | |
object - Payload | |
read - Boolean! | |
space - Space | |
summary - String | |
target - Payload | |
verb - NotificationVerb! |
type Notification {
actor: Payload
createdAt: DateTime!
id: ID!
meta: NotificationMeta
object: Payload
read: Boolean!
space: Space
summary: String
target: Payload
verb: NotificationVerb!
}