Skip to content

updateImmunizationInput

Autogenerated input type of updateImmunization

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateImmunization
"""
input updateImmunizationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
additional_notes: String
cvx_code: Int
id: ID
received_at: ISO8601DateTime
status: String
user_id: ID
vaccine_name: String
}