OBJECT

RecurringAppointment

A Recurring Appointment

link GraphQL Schema definition

  • type RecurringAppointment {
  • # The unique identifier of the recurring appointment
  • id: ID!
  • # Auto-register clients for all appointments in series
  • join_all: Boolean!
  • # Interval between each appointment in the series
  • repeat_interval: String
  • # Count of the appointment recurrences
  • repeat_times: String
  • }