ActivityLikeNotification
Notification for when a activity is liked
type ActivityLikeNotification { id: Int! userId: Int! type: NotificationType activityId: Int! context: String createdAt: Int activity: ActivityUnion user: User}Fields
Section titled “Fields”ActivityLikeNotification.id ● Int! non-null scalar
Section titled “ActivityLikeNotification.id ● Int! ”The id of the Notification
ActivityLikeNotification.userId ● Int! non-null scalar
Section titled “ActivityLikeNotification.userId ● Int! ”The id of the user who liked to the activity
ActivityLikeNotification.type ● NotificationType enum
Section titled “ActivityLikeNotification.type ● NotificationType ”The type of notification
ActivityLikeNotification.activityId ● Int! non-null scalar
Section titled “ActivityLikeNotification.activityId ● Int! ”The id of the activity which was liked
ActivityLikeNotification.context ● String scalar
Section titled “ActivityLikeNotification.context ● String ”The notification context text
ActivityLikeNotification.createdAt ● Int scalar
Section titled “ActivityLikeNotification.createdAt ● Int ”The time the notification was created at
ActivityLikeNotification.activity ● ActivityUnion union
Section titled “ActivityLikeNotification.activity ● ActivityUnion ”The liked activity
The user who liked the activity
Implemented By
Section titled “Implemented By”NotificationUnion union