Skip to main content

addNotificationSubscription

Create a notification subscription.

addNotificationSubscription(
input: AddNotificationSubscriptionInput
): AddNotificationSubscriptionPayload!

Example

mutation ($input: AddNotificationSubscriptionInput) {
addNotificationSubscription(input: $input) {
notificationSubscription {
active
createdAt
description
entityType
entityValue
id
updatedAt
vin
}
}
}

Arguments

addNotificationSubscription.input ● AddNotificationSubscriptionInput input common

The notification subscription to create.

Type

AddNotificationSubscriptionPayload object common

The result of creating a notification subscription.