Skip to content

updateImmunization

Update an Immunization and return Immunization

Arguments

input · updateImmunizationInput · Parameters for updateImmunization

Returns

updateImmunizationPayload

Example

mutation updateImmunization($input: updateImmunizationInput) {
updateImmunization(input: $input) {
immunization
messages
}
}