Skip to main content

Get SubstanceNucleicAcid

Get a single SubstanceNucleicAcid by ID.

Query

query GetSubstanceNucleicAcid($id: ID!) {
substancenucleicacid(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a SubstanceNucleicAcid resource.