Skip to content

unlockChartingNoteInput

Autogenerated input type of unlockChartingNote

Fields

deprecated DO NOT USE
fang_id · ID! · required · The ID of the FormAnswerGroup to be unlocked

Used By

Definition

"""
Autogenerated input type of unlockChartingNote
"""
input unlockChartingNoteInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the FormAnswerGroup to be unlocked
"""
fang_id: ID!
}