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