Skip to main content

Get Immunization

Get a single Immunization by ID.

Query

query GetImmunization($id: ID!) {
immunization(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Immunization resource.