NotificationInput
An input for mutations affecting Notification
input NotificationInput {
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
NotificationInput.id ● String scalar
NotificationInput.workspaceId ● String scalar
NotificationInput.workspaceAccountId ● String scalar
NotificationInput.subscriptionId ● String scalar
NotificationInput.medium ● String! non-null scalar
NotificationInput.deliveryStatus ● String scalar
NotificationInput.title ● String! non-null scalar
NotificationInput.subtitle ● String scalar
NotificationInput.ctaText ● String scalar
NotificationInput.ctaLink ● String scalar
NotificationInput.version ● Int scalar
NotificationInput.deletedAt ● Datetime scalar
NotificationInput.updatedAt ● Datetime scalar
NotificationInput.createdAt ● Datetime scalar
NotificationInput.source ● String scalar
NotificationInput.target ● String scalar
NotificationInput.contextId ● String scalar
NotificationInput.subscriptionType ● String! non-null scalar
NotificationInput.isRead ● Boolean scalar
NotificationInput.accordId ● String scalar
NotificationInput.isSeen ● Boolean scalar
Member Of
CreateNotificationInput input