Skip to main content

ExampleScenarioUpdate

Update an existing ExampleScenario resource.

Mutation

mutation ExampleScenarioUpdate($id: ID!, $input: ExampleScenarioUpdateInput!) {
ExampleScenarioUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated ExampleScenario resource.