OBJECT

Immunization

User immunization

link GraphQL Schema definition

  • 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!
  • }