updateFormAnswerGroupInput
Autogenerated input type of updateFormAnswerGroup
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEdeprecated
Not usedappointment_id
· ID
· The associated appointment (if any) Used By
Definition
"""Autogenerated input type of updateFormAnswerGroup"""input updateFormAnswerGroupInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") course_item_id: ID date: String dismissed_lock_charting_note_warning: Boolean = false @deprecated(reason: "Not used") external_id: String finished: Boolean form_answers: [FormAnswerInput] formatted_date: String id: ID individual_client_notes: [IndividualClientNoteInput] marked_complete: Boolean marked_locked: Boolean
""" Maximum character limit of 128,000. """ metadata: String name: String
""" Format ex.: "11 30" """ time: String
""" The associated appointment (if any) """ appointment_id: ID
""" Used to track changes in `form_answers` """ tab_uuid: UUID}