InAppNotificationPayload
No description
type InAppNotificationPayload {
additionalData: JSON
event: String
notificationId: ID
}
Fields
InAppNotificationPayload.additionalData ● JSON scalar common
Additional data related to the event
InAppNotificationPayload.event ● String scalar common
The event that occurred (e.g., "created", "read")
InAppNotificationPayload.notificationId ● ID scalar common
The ID of the notification
Returned By
inAppNotificationUpdates subscription