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
ActivityReplyLikeNotification.id
● Int!
non-null scalar
The id of the Notification
ActivityReplyLikeNotification.userId
● Int!
non-null scalar
The id of the user who liked to the activity reply
ActivityReplyLikeNotification.type
● NotificationType
enum
The type of notification
ActivityReplyLikeNotification.activityId
● Int!
non-null scalar
The id of the activity where the reply which was liked
ActivityReplyLikeNotification.context
● String
scalar
The notification context text
ActivityReplyLikeNotification.createdAt
● Int
scalar
The time the notification was created at
ActivityReplyLikeNotification.activity
● ActivityUnion
union
The liked activity
ActivityReplyLikeNotification.user
● User
object
The user who liked the activity reply
Implemented By
NotificationUnion
union