Skip to main content

AppointmentUpdate

Update an existing Appointment resource.

Mutation

mutation AppointmentUpdate($id: ID!, $input: AppointmentUpdateInput!) {
AppointmentUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Appointment resource.