ActivityMessageNotification
Notification for when a user is send an activity message
type ActivityMessageNotification { id: Int! userId: Int! type: NotificationType activityId: Int! context: String createdAt: Int message: MessageActivity user: User}Fields
Section titled “Fields”ActivityMessageNotification.id ● Int! non-null scalar
Section titled “ActivityMessageNotification.id ● Int! ”The id of the Notification
ActivityMessageNotification.userId ● Int! non-null scalar
Section titled “ActivityMessageNotification.userId ● Int! ”The if of the user who send the message
ActivityMessageNotification.type ● NotificationType enum
Section titled “ActivityMessageNotification.type ● NotificationType ”The type of notification
ActivityMessageNotification.activityId ● Int! non-null scalar
Section titled “ActivityMessageNotification.activityId ● Int! ”The id of the activity message
ActivityMessageNotification.context ● String scalar
Section titled “ActivityMessageNotification.context ● String ”The notification context text
ActivityMessageNotification.createdAt ● Int scalar
Section titled “ActivityMessageNotification.createdAt ● Int ”The time the notification was created at
ActivityMessageNotification.message ● MessageActivity object
Section titled “ActivityMessageNotification.message ● MessageActivity ”The message activity
ActivityMessageNotification.user ● User object
Section titled “ActivityMessageNotification.user ● User ”The user who sent the message
Implemented By
Section titled “Implemented By”NotificationUnion union