Skip to content

CreateAlertTemplateInput

Autogenerated input type of CreateAlertTemplate

Fields

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 {
"""
Short description of the alert template
"""
description: String!
"""
Full text content of the alert template
"""
content: String!
}