UpdateNotificationTemplatePayload
Autogenerated return type of UpdateNotificationTemplate.
type UpdateNotificationTemplatePayload {
clientMutationId: String
notification_template: NotificationTemplate!
}
Fields
UpdateNotificationTemplatePayload
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateNotificationTemplatePayload
.notification_template
● NotificationTemplate!
non-null object
Returned By
updateNotificationTemplate
mutation