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