Skip to content

GeneratedSummary

A generated summary for an associated Healthie object

Fields

created_at · ISO8601DateTime! · required · The datetime the summary was generated
edited_at · ISO8601DateTime · The datetime the summary text was last edited by a user
edited_by · User · The user who last edited the summary text
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 datetime the summary text was last edited by a user
"""
edited_at: ISO8601DateTime
"""
The user who last edited the summary text
"""
edited_by: User
"""
The unique identifier of the group
"""
id: ID!
"""
A summary (most often new-line separated bullet points) of the associated object
"""
summary: String
}