Skip to main content

AppointmentResponseUpdate

Update an existing AppointmentResponse resource.

Mutation

mutation AppointmentResponseUpdate($id: ID!, $input: AppointmentResponseUpdateInput!) {
AppointmentResponseUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated AppointmentResponse resource.