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