UpdateNotificationTemplateInput
Autogenerated input type of UpdateNotificationTemplate
input UpdateNotificationTemplateInput {
clientMutationId: String
event_key: String!
notification_template: NotificationTemplateInput!
}
Fields
UpdateNotificationTemplateInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateNotificationTemplateInput.event_key
● String!
non-null scalar
UpdateNotificationTemplateInput.notification_template
● NotificationTemplateInput!
non-null input
Member Of
updateNotificationTemplate
mutation