GeneratedSummary
A generated summary for an associated Healthie object
Fields
edited_at
· ISO8601DateTime · The datetime the summary text was last edited by a user 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}