Get MedicinalProductIngredient
Get a single MedicinalProductIngredient by ID.
Query
query GetMedicinalProductIngredient($id: ID!) {
medicinalproductingredient(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a MedicinalProductIngredient resource.