MedicationKnowledgeUpdate
Update an existing MedicationKnowledge resource.
Mutation
mutation MedicationKnowledgeUpdate($id: ID!, $input: MedicationKnowledgeUpdateInput!) {
MedicationKnowledgeUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See MedicationKnowledgeUpdateInput for input fields.
Return Type
Returns the updated MedicationKnowledge resource.