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