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