UpdateAlertTemplateInput
Autogenerated input type of UpdateAlertTemplate
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEdescription
· String · Short description 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}