AppNotificationItem
No description
type AppNotificationItem {
uuid: String!
type: AppNotificationType!
title: String!
body: String
isRead: Boolean!
createdAt: Date!
group: AppRewardGroup
target: AppNotificationTarget
}
Fields
AppNotificationItem.uuid ● String! non-null scalar
Stable ID for the notification item
AppNotificationItem.type ● AppNotificationType! non-null enum
Notification category for UI treatment
AppNotificationItem.title ● String! non-null scalar
Display title
AppNotificationItem.body ● String scalar
Optional supporting copy
AppNotificationItem.isRead ● Boolean! non-null scalar
Whether the authenticated wallet member has read this notification
AppNotificationItem.createdAt ● Date! non-null scalar
When the notification was created
AppNotificationItem.group ● AppRewardGroup object
Group context when the notification belongs to a joined group
AppNotificationItem.target ● AppNotificationTarget object
Deep-link target metadata
Member Of
App object