Skip to content

updateFormAnswerGroupInput

Autogenerated input type of updateFormAnswerGroup

Fields

deprecated DO NOT USE
metadata · String · Maximum character limit of 128,000.
time · String · Format ex.: "11 30"
appointment_id · ID · The associated appointment (if any)
tab_uuid · UUID · Used to track changes in `form_answers`

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
}