updateAppointmentInclusionInput
Autogenerated input type of updateAppointmentInclusion
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEcancellation_reason
· String · DEPRECATED: Reason for cancellation deprecated
Use `cancellation_reason_id` insteadcancellation_reason_id
· ID · The ID of the cancellation reason to apply Used By
Definition
"""Autogenerated input type of updateAppointmentInclusion"""input updateAppointmentInclusionInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Indicate whether a group appointment attendee have taken part in the appointment """ attended: Boolean
""" Indicate if a group appointment attendee cancelled the appointment """ cancelled: Boolean
""" DEPRECATED: Reason for cancellation """ cancellation_reason: String @deprecated(reason: "Use `cancellation_reason_id` instead")
""" The ID of the cancellation reason to apply """ cancellation_reason_id: ID
""" Indicate if a group appointment attendee has confirmed. For 1:1 appointments, use client_confirmed on Appointment object """ confirmed: Boolean id: ID}