UpdateAlertTemplateInput
Autogenerated input type of UpdateAlertTemplate
Fields
description
· String · Short description of the alert template Used By
Definition
"""Autogenerated input type of UpdateAlertTemplate"""input UpdateAlertTemplateInput { """ 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}