NotificationPatch
Represents an update to a Notification. Fields that are set will be updated.
input NotificationPatch {
id: String
workspaceId: String
workspaceAccountId: String
subscriptionId: String
medium: String
deliveryStatus: String
title: String
subtitle: String
ctaText: String
ctaLink: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
source: String
target: String
contextId: String
subscriptionType: String
isRead: Boolean
accordId: String
isSeen: Boolean
}
Fields
NotificationPatch.id ● String scalar
NotificationPatch.workspaceId ● String scalar
NotificationPatch.workspaceAccountId ● String scalar
NotificationPatch.subscriptionId ● String scalar
NotificationPatch.medium ● String scalar
NotificationPatch.deliveryStatus ● String scalar
NotificationPatch.title ● String scalar
NotificationPatch.subtitle ● String scalar
NotificationPatch.ctaText ● String scalar
NotificationPatch.ctaLink ● String scalar
NotificationPatch.version ● Int scalar
NotificationPatch.deletedAt ● Datetime scalar
NotificationPatch.updatedAt ● Datetime scalar
NotificationPatch.createdAt ● Datetime scalar
NotificationPatch.source ● String scalar
NotificationPatch.target ● String scalar
NotificationPatch.contextId ● String scalar
NotificationPatch.subscriptionType ● String scalar
NotificationPatch.isRead ● Boolean scalar
NotificationPatch.accordId ● String scalar
NotificationPatch.isSeen ● Boolean scalar
Member Of
UpdateNotificationByNodeIdInput input ● UpdateNotificationInput input