Skip to main content

TestScriptUpdate

Update an existing TestScript resource.

Mutation

mutation TestScriptUpdate($id: ID!, $input: TestScriptUpdateInput!) {
TestScriptUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated TestScript resource.