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