Skip to main content

MedicationKnowledgeUpdate

Update an existing MedicationKnowledge resource.

Mutation

mutation MedicationKnowledgeUpdate($id: ID!, $input: MedicationKnowledgeUpdateInput!) {
MedicationKnowledgeUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated MedicationKnowledge resource.