INPUT_OBJECT
RecurringAppointmentInput
Payload for a recurring appointment
link GraphQL Schema definition
- input RecurringAppointmentInput {
- # The unique identifier of the recurring appointment
- ID :
- # If true, all appointments will be joined into one appointment
- Boolean :
- # Options are ["Weekly", "Biweekly", "Monthly", or "Every 4 Weeks"]
- String :
- # Options are ["2", "3", "4", "5", "6", "7", "8", "9", "10"]
- String :
- }