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