OBJECT
Notification
A notification
link GraphQL Schema definition
- type Notification {
- # returns the associated entry if type is EntryNotification, otherwise, nil
- Entry :
- # The id of the object associated with the notification
- String :
- # The creation time of the notification
- String :
- # creator name of this notification
- String :
- ID! :
- # The link that the notification goes to
- String :
- # The full link that the notification goes to
- String :
- # The message body of the notification
- String :
- # recipient of this notification
- User :
- # The recipient of the notification
- String :
- # This turns to true if the user clicks on the notification
- String :
- # This turns to true if the user loads the notification
- Boolean :
- # The type of notification
- String :
- # creator of this notification
- User :
- # The creator of the notification
- String :
- }