Skip to main content

UpdateNotificationSubscriptionInput

Input for updating a notification subscription.

input UpdateNotificationSubscriptionInput {
active: Boolean
description: String
entityType: String
entityValue: String
meta: NotificationSubscriptionMetaInput
notificationRecipientId: Int
notificationSubscriptionId: Int!
vin: Boolean
}

Fields

UpdateNotificationSubscriptionInput.active ● Boolean scalar common

Whether the subscription should be active.

UpdateNotificationSubscriptionInput.description ● String scalar common

Notes describing the subscription.

UpdateNotificationSubscriptionInput.entityType ● String scalar common

The entity type the subscription applies to.

UpdateNotificationSubscriptionInput.entityValue ● String scalar common

The entity identifier or pattern the subscription applies to.

UpdateNotificationSubscriptionInput.meta ● NotificationSubscriptionMetaInput input common

Additional metadata for the subscription.

UpdateNotificationSubscriptionInput.notificationRecipientId ● Int scalar common

The recipient that should receive notifications after the update.

UpdateNotificationSubscriptionInput.notificationSubscriptionId ● Int! non-null scalar common

The subscription ID to update.

UpdateNotificationSubscriptionInput.vin ● Boolean scalar common

Whether the subscription is for Very Important Notifications.

Member Of

updateNotificationSubscription mutation