Skip to content

CreateAlertTemplatePayload

Autogenerated return type of CreateAlertTemplate.

Fields

alert_template · AlertTemplate · The created alert template
deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of CreateAlertTemplate.
"""
type CreateAlertTemplatePayload {
"""
The created alert template
"""
alert_template: AlertTemplate
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}