OBJECT

FormHistory

A form history object

link GraphQL Schema definition

  • type FormHistory {
  • # Action of the form history object
  • action: FormHistoryAction
  • # Date/Time created
  • created_at: String
  • # The User who created form history object or dietitian of the patient
  • creator: User
  • # The unique identifier of the form history object
  • id: ID!
  • # The patient who owns the form history object
  • patient: User
  • # The title describing form history creation
  • title: String
  • }