CreateAlertTemplatePayload
Autogenerated return type of CreateAlertTemplate.
Fields
alert_template
· AlertTemplate · The created alert template 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
""" The list of errors occurred during the mutation """ messages: [FieldError]}