Skip to main content

ConceptMapUpdate

Update an existing ConceptMap resource.

Mutation

mutation ConceptMapUpdate($id: ID!, $input: ConceptMapUpdateInput!) {
ConceptMapUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated ConceptMap resource.