Skip to main content

ConceptMapCreate

Create a new ConceptMap resource.

Mutation

mutation ConceptMapCreate($input: ConceptMapCreateInput!) {
ConceptMapCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created ConceptMap resource.