Skip to main content

TestScriptCreate

Create a new TestScript resource.

Mutation

mutation TestScriptCreate($input: TestScriptCreateInput!) {
TestScriptCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created TestScript resource.