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