Skip to main content

NotificationCondition

A condition to be used against Notification object types. All fields are tested for equality and combined with a logical ‘and.’

input NotificationCondition {
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

NotificationCondition.id ● String scalar

Checks for equality with the object’s id field.

NotificationCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

NotificationCondition.workspaceAccountId ● String scalar

Checks for equality with the object’s workspaceAccountId field.

NotificationCondition.subscriptionId ● String scalar

Checks for equality with the object’s subscriptionId field.

NotificationCondition.medium ● String scalar

Checks for equality with the object’s medium field.

NotificationCondition.deliveryStatus ● String scalar

Checks for equality with the object’s deliveryStatus field.

NotificationCondition.title ● String scalar

Checks for equality with the object’s title field.

NotificationCondition.subtitle ● String scalar

Checks for equality with the object’s subtitle field.

NotificationCondition.ctaText ● String scalar

Checks for equality with the object’s ctaText field.

Checks for equality with the object’s ctaLink field.

NotificationCondition.version ● Int scalar

Checks for equality with the object’s version field.

NotificationCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

NotificationCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

NotificationCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

NotificationCondition.source ● String scalar

Checks for equality with the object’s source field.

NotificationCondition.target ● String scalar

Checks for equality with the object’s target field.

NotificationCondition.contextId ● String scalar

Checks for equality with the object’s contextId field.

NotificationCondition.subscriptionType ● String scalar

Checks for equality with the object’s subscriptionType field.

NotificationCondition.isRead ● Boolean scalar

Checks for equality with the object’s isRead field.

NotificationCondition.accordId ● String scalar

Checks for equality with the object’s accordId field.

NotificationCondition.isSeen ● Boolean scalar

Checks for equality with the object’s isSeen field.

Member Of

notifications query ● notificationsConnection query