Skip to main content

DiagnosticReportCreate

Create a new DiagnosticReport resource.

Mutation

mutation DiagnosticReportCreate($input: DiagnosticReportCreateInput!) {
DiagnosticReportCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created DiagnosticReport resource.