OBJECT
A Recurring Appointment
type RecurringAppointment {id: ID! # Auto-register clients for all appointments in seriesjoin_all: Boolean # Interval between each appointment in the seriesrepeat_interval: String # Count of the appointment recurrencesrepeat_times: String }