ConceptMapUpdate
Update an existing ConceptMap resource.
Mutation
mutation ConceptMapUpdate($id: ID!, $input: ConceptMapUpdateInput!) {
ConceptMapUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See ConceptMapUpdateInput for input fields.
Return Type
Returns the updated ConceptMap resource.