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