DiagnosticReportUpdate
Update an existing DiagnosticReport resource.
Mutation
mutation DiagnosticReportUpdate($id: ID!, $input: DiagnosticReportUpdateInput!) {
DiagnosticReportUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See DiagnosticReportUpdateInput for input fields.
Return Type
Returns the updated DiagnosticReport resource.