Skip to content

AlertTemplate

A reusable template for creating Care Alerts

Fields

content · String · Full text content of the alert template
created_at · ISO8601DateTime! · required · When the alert template was created
description · String · Short description of the alert template
id · ID! · required · Unique identifier of the alert template
updated_at · ISO8601DateTime! · required · When the alert template was last updated

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!
}