Skip to main content

TestReportCreate

Create a new TestReport resource.

Mutation

mutation TestReportCreate($input: TestReportCreateInput!) {
TestReportCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created TestReport resource.