OBJECT
User immunization
type Immunization {# Additional notesadditional_notes: String # The cvx_codecvx_code: Int! # The unique identifier of the typeid: ID! # Time when the immunization was receivedreceived_at: String! # The immunization statusstatus: String! # The identifier of the useruser_id: ID! # The description of the codevaccine_name: String! }