CreateAlertTemplateInput
Autogenerated input type of CreateAlertTemplate
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of CreateAlertTemplate"""input CreateAlertTemplateInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Short description of the alert template """ description: String!
""" Full text content of the alert template """ content: String!}