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