Skip to main content

AddNotificationSubscriptionInput

Input for creating a notification subscription.

input AddNotificationSubscriptionInput {
active: Boolean
description: String!
entityType: String!
entityValue: String!
meta: NotificationSubscriptionMetaInput
notificationRecipientId: BigInt!
organizationId: BigInt!
vin: Boolean
}

Fields

AddNotificationSubscriptionInput.active ● Boolean scalar common

Whether the subscription should be active.

AddNotificationSubscriptionInput.description ● String! non-null scalar common

Notes describing the subscription.

AddNotificationSubscriptionInput.entityType ● String! non-null scalar common

The entity type the subscription applies to.

AddNotificationSubscriptionInput.entityValue ● String! non-null scalar common

The entity identifier or pattern the subscription applies to.

AddNotificationSubscriptionInput.meta ● NotificationSubscriptionMetaInput input common

Additional metadata for the subscription.

AddNotificationSubscriptionInput.notificationRecipientId ● BigInt! non-null scalar common

The recipient that should receive notifications.

AddNotificationSubscriptionInput.organizationId ● BigInt! non-null scalar common

The organization that owns the recipient and subscription.

AddNotificationSubscriptionInput.vin ● Boolean scalar common

Whether the subscription is for Very Important Notifications.

Member Of

addNotificationSubscription mutation