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