InAppNotificationsNode
In app notifications information
type InAppNotificationsNode {
ctaKey: String
id: ID!
messageKey: String!
read: Boolean!
readAt: DateTimeString
titleKey: String
type: InAppNotificationType!
}
Fields
InAppNotificationsNode.ctaKey ● String scalar
Call to action key existing in the localizations dictionary
InAppNotificationsNode.id ● ID! non-null scalar
The id of the notification
InAppNotificationsNode.messageKey ● String! non-null scalar
Message key existing in the localizations dictionary
InAppNotificationsNode.read ● Boolean! non-null scalar
marks if the notification was read
InAppNotificationsNode.readAt ● DateTimeString scalar
date when the notification was read
InAppNotificationsNode.titleKey ● String scalar
Title key existing in the localizations dictionary
InAppNotificationsNode.type ● InAppNotificationType! non-null enum
Category of the notification
Returned by
markInAppNotificationAsRead mutation
Member of
InAppNotificationsResults object