Skip to content

createImmunizationInput

Autogenerated input type of createImmunization

Fields

deprecated DO NOT USE

Used By

Definition

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