Skip to content

updateAppointmentInclusionInput

Autogenerated input type of updateAppointmentInclusion

Fields

deprecated DO NOT USE
attended · Boolean · Indicate whether a group appointment attendee have taken part in the appointment
cancelled · Boolean · Indicate if a group appointment attendee cancelled the appointment
cancellation_reason · String · Reason for cancellation
confirmed · Boolean · Indicate if a group appointment attendee has confirmed. For 1:1 appointments, use client_confirmed on Appointment object

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
"""
Reason for cancellation
"""
cancellation_reason: String
"""
Indicate if a group appointment attendee has confirmed. For 1:1 appointments, use client_confirmed on Appointment object
"""
confirmed: Boolean
id: ID
}