Skip to main content

StructureMapUpdate

Update an existing StructureMap resource.

Mutation

mutation StructureMapUpdate($id: ID!, $input: StructureMapUpdateInput!) {
StructureMapUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated StructureMap resource.