Skip to main content

UpdateNotificationTemplateInput

Autogenerated input type of UpdateNotificationTemplate

input UpdateNotificationTemplateInput {
add_destinations: [NotificationDestinationInput!]
clientMutationId: String
event_key: NotificationEventKey!
notification_template: NotificationTemplateInput!
remove_destination_ids: [ID!]
}

Fields

UpdateNotificationTemplateInput.add_destinations ● [NotificationDestinationInput!] list input

The destinations to add to the notification template

UpdateNotificationTemplateInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateNotificationTemplateInput.event_key ● NotificationEventKey! non-null enum

The event key of the notification template to update

UpdateNotificationTemplateInput.notification_template ● NotificationTemplateInput! non-null input

The new values for the notification template

UpdateNotificationTemplateInput.remove_destination_ids ● [ID!] list scalar

The IDs of the destinations to remove from the notification template

Member Of

updateNotificationTemplate mutation