OBJECT

GeneratedSummary

A generated summary for an associated Healthie object

link GraphQL Schema definition

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