AlertTemplate
A reusable template for creating Care Alerts
Fields
description
· String · Short description of the alert template Used By
Definition
"""A reusable template for creating Care Alerts"""type AlertTemplate { """ Full text content of the alert template """ content: String
""" When the alert template was created """ created_at: ISO8601DateTime!
""" Short description of the alert template """ description: String
""" Unique identifier of the alert template """ id: ID!
""" When the alert template was last updated """ updated_at: ISO8601DateTime!}