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