INPUT_OBJECT
updateAppointmentInclusionInput
Autogenerated input type of updateAppointmentInclusion
link GraphQL Schema definition
- input updateAppointmentInclusionInput {
- # A unique identifier for the client performing the mutation.
- String :
- ID :
- # Indicate whether a group appointment attendee have taken part in the appointment
- Boolean :
- # Indicate if a group appointment attendee cancelled the appointment
- Boolean :
- # Indicate if a group appointment attendee has confirmed. For 1:1 appointments,
- # use client_confirmed on Appointment object
- Boolean :
- }