Skip to content

UpdateAlertTemplateInput

Autogenerated input type of UpdateAlertTemplate

Fields

deprecated DO NOT USE
id · ID! · required · ID of the alert template to update
description · String · Short description of the alert template
content · String · Full text content of the alert template

Used By

Definition

"""
Autogenerated input type of UpdateAlertTemplate
"""
input UpdateAlertTemplateInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the alert template to update
"""
id: ID!
"""
Short description of the alert template
"""
description: String
"""
Full text content of the alert template
"""
content: String
}