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