Skip to main content

addNotificationRecipient

Create a notification recipient.

addNotificationRecipient(
input: AddNotificationRecipientInput
): AddNotificationRecipientPayload

Example

mutation ($input: AddNotificationRecipientInput) {
addNotificationRecipient(input: $input) {
notificationRecipient {
createdAt
description
id
name
organizationId
recipientType
recipientValue
updatedAt
}
}
}

Arguments

addNotificationRecipient.input ● AddNotificationRecipientInput input common

The notification recipient to create.

Type

AddNotificationRecipientPayload object common

The result of creating a notification recipient.