Skip to content

CreateAlertTemplateInput

Autogenerated input type of CreateAlertTemplate

Fields

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

Used By

Definition

"""
Autogenerated input type of CreateAlertTemplate
"""
input CreateAlertTemplateInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Short description of the alert template
"""
description: String!
"""
Full text content of the alert template
"""
content: String!
}