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