Skip to content

DeleteAlertTemplateInput

Autogenerated input type of DeleteAlertTemplate

Fields

deprecated DO NOT USE
id · ID! · required · ID of the alert template to delete

Used By

Definition

"""
Autogenerated input type of DeleteAlertTemplate
"""
input DeleteAlertTemplateInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the alert template to delete
"""
id: ID!
}