Skip to main content

MedicinalProductIngredientUpdate

Update an existing MedicinalProductIngredient resource.

Mutation

mutation MedicinalProductIngredientUpdate($id: ID!, $input: MedicinalProductIngredientUpdateInput!) {
MedicinalProductIngredientUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated MedicinalProductIngredient resource.