Immunization
User immunization
Fields
additional_notes
· String
· Additional notes Used By
Definition
"""User immunization"""type Immunization { """ Additional notes """ additional_notes: String
""" The cvx_code """ cvx_code: Int!
""" The unique identifier of the type """ id: ID!
""" Time when the immunization was received """ received_at: String!
""" The immunization status """ status: String!
""" The identifier of the user """ user_id: ID!
""" The description of the code """ vaccine_name: String!}