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