Skip to main content

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

ActivityReplyNotification.id ● Int! non-null scalar

The id of the Notification

ActivityReplyNotification.userId ● Int! non-null scalar

The id of the user who replied to the activity

ActivityReplyNotification.type ● NotificationType enum

The type of notification

ActivityReplyNotification.activityId ● Int! non-null scalar

The id of the activity which was replied too

ActivityReplyNotification.context ● String scalar

The notification context text

ActivityReplyNotification.createdAt ● Int scalar

The time the notification was created at

ActivityReplyNotification.activity ● ActivityUnion union

The liked activity

ActivityReplyNotification.user ● User object

The user who replied to the activity

Implemented By

NotificationUnion union