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