Skip to content

GeneratedSummary

A generated summary for an associated Healthie object

Fields

created_at · ISO8601DateTime! · required · The datetime the summary was generated
id · ID! · required · The unique identifier of the group
summary · String · A summary (most often new-line separated bullet points) of the associated object

Used By

Definition

"""
A generated summary for an associated Healthie object
"""
type GeneratedSummary {
"""
The datetime the summary was generated
"""
created_at: ISO8601DateTime!
"""
The unique identifier of the group
"""
id: ID!
"""
A summary (most often new-line separated bullet points) of the associated object
"""
summary: String
}